From 751b60a18d028d9859394c7abe960cb1c42e605e Mon Sep 17 00:00:00 2001 From: Piotr Trojanek Date: Wed, 9 Jun 2010 17:06:32 +0200 Subject: extra ';' inside a struct or union -- clang warnings fixed --- foreign/xmlParser/xmlParser.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'foreign/xmlParser/xmlParser.hpp') 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; -- cgit v1.2.3