1
0
Эх сурвалжийг харах

Merge pull request #187 from amai2012/master

Fix compiler warning: extra ';' after member function definition
Lee Thomason 11 жил өмнө
parent
commit
cf33e37d25
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().