summaryrefslogtreecommitdiff
path: root/project2/common/rowView.h
diff options
context:
space:
mode:
authorrandomdan <randomdan@localhost>2011-11-02 16:39:12 +0000
committerrandomdan <randomdan@localhost>2011-11-02 16:39:12 +0000
commitff8b64b23774355d131e95c29f263878c3993432 (patch)
treea33de1084a8f2e9b04a4111905df6d249fabed65 /project2/common/rowView.h
parentFinally sort the stupid names problem in the XML lib and remove xmlMemCache f... (diff)
downloadproject2-ff8b64b23774355d131e95c29f263878c3993432.tar.bz2
project2-ff8b64b23774355d131e95c29f263878c3993432.tar.xz
project2-ff8b64b23774355d131e95c29f263878c3993432.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.h4
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;