summaryrefslogtreecommitdiff
path: root/project2/variables.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'project2/variables.cpp')
-rw-r--r--project2/variables.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/project2/variables.cpp b/project2/variables.cpp
index 2267e8b..5c4508f 100644
--- a/project2/variables.cpp
+++ b/project2/variables.cpp
@@ -183,11 +183,11 @@ class VariableParent : public VariableImplDyn, public RowUser {
boost::bind((gCV)&RowSet::getCurrentValue, _2, name));
}
}
- mutable const RowSet * row;
+ mutable ConstRowSetPtr row;
const size_t depth;
const bool attr;
const RowUser * dep;
- mutable boost::function2<void, Glib::ustring &, const RowSet *> getValue;
+ mutable boost::function2<void, Glib::ustring &, ConstRowSetPtr> getValue;
};
class VariableParse : public VariableImplDyn, public RowUser {