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