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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/project2/common/rowView.h b/project2/common/rowView.h
index 250d54e..9ba4699 100644
--- a/project2/common/rowView.h
+++ b/project2/common/rowView.h
@@ -19,6 +19,7 @@ class RowView : public View, public RowProcessor {
const Variable rootName;
const Variable recordName;
const Variable required;
+ const Variable isObject;
protected:
typedef std::map<Glib::ustring, Variable> Columns;