diff options
Diffstat (limited to 'project2/xml/xpathRows.h')
-rw-r--r-- | project2/xml/xpathRows.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/project2/xml/xpathRows.h b/project2/xml/xpathRows.h index 4f1db39..e2c6327 100644 --- a/project2/xml/xpathRows.h +++ b/project2/xml/xpathRows.h @@ -18,7 +18,6 @@ class XPathRows : public RowSet, XmlDocumentCache, VariableCurlHelper { ~XPathRows(); void execute(const Glib::ustring &, const RowProcessor *) const; - virtual void loadComplete(const CommonObjects *); private: class FilterViewColumn : public Column { |