summaryrefslogtreecommitdiff
path: root/project2/common/rowView.h
diff options
context:
space:
mode:
Diffstat (limited to 'project2/common/rowView.h')
-rw-r--r--project2/common/rowView.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/project2/common/rowView.h b/project2/common/rowView.h
index 2bab953..558284c 100644
--- a/project2/common/rowView.h
+++ b/project2/common/rowView.h
@@ -13,7 +13,7 @@ class RowView : public View, public RowProcessor {
virtual ~RowView();
void loadComplete(const CommonObjects *);
- void execute(const Presenter *) const;
+ void execute(const MultiRowSetPresenter *) const;
void rowReady(const RowState *) const;
const Variable rootName;
@@ -26,7 +26,7 @@ class RowView : public View, public RowProcessor {
void executeChildren() const;
typedef ANONSTORAGEOF(View) SubViews;
SubViews subViews;
- mutable const Presenter * presenter;
+ mutable const MultiRowSetPresenter * presenter;
};
#endif