diff options
Diffstat (limited to 'project2/common/rowView.h')
-rw-r--r-- | project2/common/rowView.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/project2/common/rowView.h b/project2/common/rowView.h index 40ec8a9..250d54e 100644 --- a/project2/common/rowView.h +++ b/project2/common/rowView.h @@ -18,6 +18,7 @@ class RowView : public View, public RowProcessor { const Variable rootName; const Variable recordName; + const Variable required; protected: typedef std::map<Glib::ustring, Variable> Columns; @@ -31,6 +32,8 @@ class RowView : public View, public RowProcessor { typedef ANONSTORAGEOF(SetAggregate) SetAggregates; SetAggregates setAggregates; mutable const MultiRowSetPresenter * presenter; + + mutable bool rowsFound; }; #endif |