diff options
author | randomdan <randomdan@localhost> | 2012-04-28 15:02:14 +0000 |
---|---|---|
committer | randomdan <randomdan@localhost> | 2012-04-28 15:02:14 +0000 |
commit | aabce76d60614eabf54246a340498ce6103edf0d (patch) | |
tree | a76e099d58a8e06a3267c8e59af0aba24ff69347 /project2/common/rowView.h | |
parent | Fixed memory leak in HtmlDocument (free doc) (diff) | |
download | project2-aabce76d60614eabf54246a340498ce6103edf0d.tar.bz2 project2-aabce76d60614eabf54246a340498ce6103edf0d.tar.xz project2-aabce76d60614eabf54246a340498ce6103edf0d.zip |
Render subviews in the order they're defined
Add viewGroup for creating arbitrary nesting
Don't error when a previously referenced script file no longer exists, just return not current
Diffstat (limited to 'project2/common/rowView.h')
-rw-r--r-- | project2/common/rowView.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/project2/common/rowView.h b/project2/common/rowView.h index 9ba4699..534a06f 100644 --- a/project2/common/rowView.h +++ b/project2/common/rowView.h @@ -26,7 +26,7 @@ class RowView : public View, public RowProcessor { Columns viewColumns; void executeChildren() const; - typedef ANONSTORAGEOF(View) SubViews; + typedef ANONORDEREDSTORAGEOF(View) SubViews; SubViews subViews; typedef ANONSTORAGEOF(ValueAggregate) ValueAggregates; ValueAggregates valueAggregates; |