summaryrefslogtreecommitdiff
path: root/project2/xml/rawView.h
diff options
context:
space:
mode:
Diffstat (limited to 'project2/xml/rawView.h')
-rw-r--r--project2/xml/rawView.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/project2/xml/rawView.h b/project2/xml/rawView.h
index 54f7b2e..67d5628 100644
--- a/project2/xml/rawView.h
+++ b/project2/xml/rawView.h
@@ -9,7 +9,7 @@
/// Project2 component to create output based on its own XML tree node
class RawView : public View {
public:
- RawView(const xmlpp::Element * p);
+ RawView(ScriptNodePtr p);
void execute(const MultiRowSetPresenter *) const;
private: