diff options
Diffstat (limited to 'project2/xml/xmlRows.h')
-rw-r--r-- | project2/xml/xmlRows.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/project2/xml/xmlRows.h b/project2/xml/xmlRows.h index 6e74377..d9971bc 100644 --- a/project2/xml/xmlRows.h +++ b/project2/xml/xmlRows.h @@ -16,7 +16,6 @@ class XmlRows : public RowSet { ~XmlRows(); void execute(const Glib::ustring &, const RowProcessor *) const; - virtual void loadComplete(const CommonObjects *); const Variable recordRoot; const Variable recordTrigger; |