diff options
Diffstat (limited to 'xmlserializer/XmlElement.h')
-rw-r--r-- | xmlserializer/XmlElement.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/xmlserializer/XmlElement.h b/xmlserializer/XmlElement.h index 4673be4..afa8438 100644 --- a/xmlserializer/XmlElement.h +++ b/xmlserializer/XmlElement.h @@ -69,7 +69,6 @@ public: void setAttributeString(const std::string& strAttributeName, const std::string& strValue); void setNameAttribute(const std::string& strValue); void setTextContent(const std::string& strContent); - void setComment(const std::string& strComment); void setAttributeInteger(const std::string& strAttributeName, uint32_t uiValue); /** * Set attribute with signed integer |