diff options
Diffstat (limited to 'project2/xmlPresenter.h')
-rw-r--r-- | project2/xmlPresenter.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/project2/xmlPresenter.h b/project2/xmlPresenter.h index 1c520a8..effa713 100644 --- a/project2/xmlPresenter.h +++ b/project2/xmlPresenter.h @@ -25,6 +25,7 @@ class XmlPresenter : public Presenter { const Glib::ustring contentType; protected: + typedef Storage<ParamChecker>::Objects ParamCheckers; ParamCheckers parameterChecks; private: |