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 87fcd5e..54f7b2e 100644
--- a/project2/xml/rawView.h
+++ b/project2/xml/rawView.h
@@ -10,7 +10,7 @@
class RawView : public View {
public:
RawView(const xmlpp::Element * p);
- void execute(const Presenter *) const;
+ void execute(const MultiRowSetPresenter *) const;
private:
void copyNode(const Presenter *, const xmlpp::Element *) const;