diff options
Diffstat (limited to 'project2/if.h')
-rw-r--r-- | project2/if.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/project2/if.h b/project2/if.h index 87fc1ee..68f6595 100644 --- a/project2/if.h +++ b/project2/if.h @@ -25,6 +25,9 @@ class If : public Iterate, public RowView, public IfSet { virtual void loadComplete(const CommonObjects*); virtual void execute(const Presenter*) const; virtual void execute() const; + + const bool localErrorHandling; + private: const std::string & getName() const; }; |