diff options
Diffstat (limited to 'project2/xml/xpathRows.h')
-rw-r--r-- | project2/xml/xpathRows.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/project2/xml/xpathRows.h b/project2/xml/xpathRows.h index 4b9e008..4f1db39 100644 --- a/project2/xml/xpathRows.h +++ b/project2/xml/xpathRows.h @@ -20,9 +20,6 @@ class XPathRows : public RowSet, XmlDocumentCache, VariableCurlHelper { void execute(const Glib::ustring &, const RowProcessor *) const; virtual void loadComplete(const CommonObjects *); - const bool html; - const bool warnings; - private: class FilterViewColumn : public Column { public: @@ -57,6 +54,8 @@ class XPathRows : public RowSet, XmlDocumentCache, VariableCurlHelper { private: const FilterViewCPtr fv; }; + const Variable html; + const Variable warnings; const Variable encoding; }; |