diff options
Diffstat (limited to 'xmlserializer/XmlComposer.h')
-rw-r--r-- | xmlserializer/XmlComposer.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmlserializer/XmlComposer.h b/xmlserializer/XmlComposer.h index 2f5090f..4b5b822 100644 --- a/xmlserializer/XmlComposer.h +++ b/xmlserializer/XmlComposer.h @@ -47,7 +47,7 @@ public: virtual bool close(); // Composing contents - void compose(const IXmlSource* pXmlSource); + void compose(const IXmlSource* pXmlSource, const string& strProduct, const string& strVersion); private: static string getTimeAsString(); |