diff options
Diffstat (limited to 'project2/xml/xmlRows.h')
-rw-r--r-- | project2/xml/xmlRows.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/project2/xml/xmlRows.h b/project2/xml/xmlRows.h index d9971bc..975e290 100644 --- a/project2/xml/xmlRows.h +++ b/project2/xml/xmlRows.h @@ -12,7 +12,7 @@ class XmlRows : public RowSet { typedef std::vector<std::string> Path; typedef std::map<Path, unsigned int> Interests; - XmlRows(const xmlpp::Element * p); + XmlRows(ScriptNodePtr p); ~XmlRows(); void execute(const Glib::ustring &, const RowProcessor *) const; |