summaryrefslogtreecommitdiff
path: root/src/xmlcomposer.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/xmlcomposer.h')
-rw-r--r--src/xmlcomposer.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/xmlcomposer.h b/src/xmlcomposer.h
index 5403240..fd9fd7a 100644
--- a/src/xmlcomposer.h
+++ b/src/xmlcomposer.h
@@ -62,7 +62,6 @@ public:
virtual void groupEnd();
virtual void charData(wstring data);
-
// Element management functions
DOM::Element createElement(const string& name);
void pushElement(const DOM::Element& element);
@@ -85,6 +84,8 @@ public:
const RtfParserOptions& getOptions()
{ return m_options; }
+ static wstring formatInt(int num);
+
protected:
virtual void clear();