diff options
author | randomdan <randomdan@localhost> | 2012-03-18 18:42:15 +0000 |
---|---|---|
committer | randomdan <randomdan@localhost> | 2012-03-18 18:42:15 +0000 |
commit | 0f018f01ac92c6450288d06cdc58ca594f0764ff (patch) | |
tree | ba3b3a9b93310bc5430684e5f45a49441c879c66 /project2/common/rowView.h | |
parent | Centralise variable null checking (diff) | |
download | project2-0f018f01ac92c6450288d06cdc58ca594f0764ff.tar.bz2 project2-0f018f01ac92c6450288d06cdc58ca594f0764ff.tar.xz project2-0f018f01ac92c6450288d06cdc58ca594f0764ff.zip |
Increased control over nesting and output; allows cut down output suitable for things like jQuery
Diffstat (limited to 'project2/common/rowView.h')
-rw-r--r-- | project2/common/rowView.h | 1 |
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; |