diff options
Diffstat (limited to 'project2/common/rowView.h')
-rw-r--r-- | project2/common/rowView.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/project2/common/rowView.h b/project2/common/rowView.h index 558284c..4b90884 100644 --- a/project2/common/rowView.h +++ b/project2/common/rowView.h @@ -1,7 +1,6 @@ #ifndef ROWVIEW_H #define ROWVIEW_H -#include <libxml++/nodes/element.h> #include <boost/intrusive_ptr.hpp> #include "rowProcessor.h" #include "view.h" @@ -9,7 +8,7 @@ /// Project2 component to create output based on a records in a row set class RowView : public View, public RowProcessor { public: - RowView(const xmlpp::Element *); + RowView(ScriptNodePtr); virtual ~RowView(); void loadComplete(const CommonObjects *); |