diff options
Diffstat (limited to 'project2/common/rowProcessor.h')
-rw-r--r-- | project2/common/rowProcessor.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/project2/common/rowProcessor.h b/project2/common/rowProcessor.h index e435bf4..18beac7 100644 --- a/project2/common/rowProcessor.h +++ b/project2/common/rowProcessor.h @@ -13,7 +13,7 @@ class Presenter; /// Base class for Project2 components that work with row sets class RowProcessor : public IHaveParameters { public: - RowProcessor(const xmlpp::Element *); + RowProcessor(ScriptNodePtr); void loadComplete(const CommonObjects *); const std::string recordSource; |