diff options
Diffstat (limited to 'project2/xml/xmlRows.h')
-rw-r--r-- | project2/xml/xmlRows.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/project2/xml/xmlRows.h b/project2/xml/xmlRows.h index 3ab889e..6e74377 100644 --- a/project2/xml/xmlRows.h +++ b/project2/xml/xmlRows.h @@ -18,9 +18,9 @@ class XmlRows : public RowSet { void execute(const Glib::ustring &, const RowProcessor *) const; virtual void loadComplete(const CommonObjects *); - const Glib::ustring recordRoot; - const Glib::ustring recordTrigger; - const std::string filename; + const Variable recordRoot; + const Variable recordTrigger; + const Variable filename; private: class XmlState : public RowState { |