diff options
| author | randomdan <randomdan@localhost> | 2011-11-28 15:24:58 +0000 |
|---|---|---|
| committer | randomdan <randomdan@localhost> | 2011-11-28 15:24:58 +0000 |
| commit | 2b8b10dd915ac6eed9f6d25a615fbeb44327667e (patch) | |
| tree | 8e40b893938b0c1fb0c3f95716fdc262d7c20d5b /project2/common/if.h | |
| parent | Tweak the JS map function used to find expired sessions, even if I can't expl... (diff) | |
| download | project2-2b8b10dd915ac6eed9f6d25a615fbeb44327667e.tar.bz2 project2-2b8b10dd915ac6eed9f6d25a615fbeb44327667e.tar.xz project2-2b8b10dd915ac6eed9f6d25a615fbeb44327667e.zip | |
Groundwork for common presenter layer
Diffstat (limited to 'project2/common/if.h')
| -rw-r--r-- | project2/common/if.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/project2/common/if.h b/project2/common/if.h index 7a13fea..28299ba 100644 --- a/project2/common/if.h +++ b/project2/common/if.h @@ -23,7 +23,7 @@ class If : public IHaveSubTasks, public View, public IfSet { public: If(const xmlpp::Element *); - virtual void execute(const Presenter*) const; + virtual void execute(const MultiRowSetPresenter*) const; virtual void execute() const; private: |
