Преглед на файлове

Fix compiler warning: extra ';' after member function definition

Alexander Mai преди 12 години
родител
ревизия
d740b64044
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      tinyxml2.h

+ 1 - 1
tinyxml2.h

@@ -2031,7 +2031,7 @@ public:
     }
 
 protected:
-	virtual bool CompactMode( const XMLElement& )	{ return _compactMode; };
+	virtual bool CompactMode( const XMLElement& )	{ return _compactMode; }
 
 	/** Prints out the space before an element. You may override to change
 	    the space and tabs used. A PrintSpace() override should call Print().