summaryrefslogtreecommitdiff
path: root/project2/common/rowView.h
diff options
context:
space:
mode:
Diffstat (limited to 'project2/common/rowView.h')
-rw-r--r--project2/common/rowView.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/project2/common/rowView.h b/project2/common/rowView.h
index c065414..2bab953 100644
--- a/project2/common/rowView.h
+++ b/project2/common/rowView.h
@@ -16,8 +16,8 @@ class RowView : public View, public RowProcessor {
void execute(const Presenter *) const;
void rowReady(const RowState *) const;
- const Glib::ustring rootName;
- const Glib::ustring recordName;
+ const Variable rootName;
+ const Variable recordName;
protected:
typedef std::map<Glib::ustring, Variable> Columns;