Fix karmic build
[senf.git] / senf / Utils / Console / Variables.ih
index 0f703aa..23a5074 100644 (file)
@@ -87,7 +87,7 @@ namespace detail {
     {
         typedef ConstVariableAttributor<Variable> result_type;
         static ConstVariableAttributor<Variable> add(DirectoryNode & node, std::string const & name,
-                                                     Variable & var);
+                                                     Variable const & var);
     };
 
 #endif