diff options
author | randomdan <randomdan@localhost> | 2011-11-02 16:39:12 +0000 |
---|---|---|
committer | randomdan <randomdan@localhost> | 2011-11-02 16:39:12 +0000 |
commit | bc034e852ebd75557418668fa946eca55cfb4958 (patch) | |
tree | a33de1084a8f2e9b04a4111905df6d249fabed65 /project2/common/rowView.h | |
parent | Finally sort the stupid names problem in the XML lib and remove xmlMemCache f... (diff) | |
download | project2-bc034e852ebd75557418668fa946eca55cfb4958.tar.bz2 project2-bc034e852ebd75557418668fa946eca55cfb4958.tar.xz project2-bc034e852ebd75557418668fa946eca55cfb4958.zip |
Make many things use variables instead of preread values
Add support for a Boolean type
Fix flow error in exception handling
Diffstat (limited to 'project2/common/rowView.h')
-rw-r--r-- | project2/common/rowView.h | 4 |
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; |