summaryrefslogtreecommitdiff
path: root/foreign/xmlParser/xmlParser.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'foreign/xmlParser/xmlParser.hpp')
-rw-r--r--foreign/xmlParser/xmlParser.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/foreign/xmlParser/xmlParser.hpp b/foreign/xmlParser/xmlParser.hpp
index 321eed3..dda41f3 100644
--- a/foreign/xmlParser/xmlParser.hpp
+++ b/foreign/xmlParser/xmlParser.hpp
@@ -379,7 +379,7 @@ typedef struct XMLDLLENTRY XMLNode
XMLNode(const XMLNode &A); ///< to allow shallow/fast copy:
XMLNode& operator=( const XMLNode& A ); ///< to allow shallow/fast copy:
- XMLNode(): d(NULL){};
+ XMLNode(): d(NULL){}
static XMLNode emptyXMLNode;
static XMLClear emptyXMLClear;
static XMLAttribute emptyXMLAttribute;