summaryrefslogtreecommitdiff
path: root/project2/xml/xmlRows.h
diff options
context:
space:
mode:
Diffstat (limited to 'project2/xml/xmlRows.h')
-rw-r--r--project2/xml/xmlRows.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/project2/xml/xmlRows.h b/project2/xml/xmlRows.h
index 975e290..bfc6514 100644
--- a/project2/xml/xmlRows.h
+++ b/project2/xml/xmlRows.h
@@ -15,7 +15,7 @@ class XmlRows : public RowSet {
XmlRows(ScriptNodePtr p);
~XmlRows();
- void execute(const Glib::ustring &, const RowProcessor *) const;
+ void execute(const Glib::ustring &, const RowProcessorCallback &, ExecContext *) const;
const Variable recordRoot;
const Variable recordTrigger;