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 cc1312a..ee610ee 100644
--- a/project2/xmlPresenter.h
+++ b/project2/xmlPresenter.h
@@ -16,7 +16,7 @@ class XmlPresenter : public Presenter {
void pushSub(const Glib::ustring & name, const Glib::ustring & ns) const;
void addAttr(const Glib::ustring & name, const Glib::ustring & ns, const VariableType & value) const;
- void setText(const VariableType & value) const;
+ void addText(const VariableType & value) const;
void popSub() const;
virtual XmlDocumentPtr getDataDocument() const;