summaryrefslogtreecommitdiffstats
path: root/xmlserializer/XmlFileDocSink.h
diff options
context:
space:
mode:
Diffstat (limited to 'xmlserializer/XmlFileDocSink.h')
-rw-r--r--xmlserializer/XmlFileDocSink.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/xmlserializer/XmlFileDocSink.h b/xmlserializer/XmlFileDocSink.h
index f7362f2..6063e6a 100644
--- a/xmlserializer/XmlFileDocSink.h
+++ b/xmlserializer/XmlFileDocSink.h
@@ -44,7 +44,7 @@ public:
*
* @param[in] strXmlInstanceFile defines the path used to save the file.
*/
- CXmlFileDocSink(const string& strXmlInstanceFile);
+ CXmlFileDocSink(const std::string& strXmlInstanceFile);
private:
/**
@@ -62,5 +62,5 @@ private:
/**
* Name of the instance file
*/
- string _strXmlInstanceFile;
+ std::string _strXmlInstanceFile;
};