summaryrefslogtreecommitdiff
path: root/project2/xmlPresenter.h
diff options
context:
space:
mode:
Diffstat (limited to 'project2/xmlPresenter.h')
-rw-r--r--project2/xmlPresenter.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/project2/xmlPresenter.h b/project2/xmlPresenter.h
index 72fc3aa..1c520a8 100644
--- a/project2/xmlPresenter.h
+++ b/project2/xmlPresenter.h
@@ -25,7 +25,7 @@ class XmlPresenter : public Presenter {
const Glib::ustring contentType;
protected:
- OrderedParamCheckers parameterChecks;
+ ParamCheckers parameterChecks;
private:
XmlDocumentPtr responseDoc;