Procházet zdrojové kódy

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

Alexander Mai před 11 roky
rodič
revize
d740b64044
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      tinyxml2.h

+ 1 - 1
tinyxml2.h

@@ -2031,7 +2031,7 @@ public:
     }
     }
 
 
 protected:
 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
 	/** Prints out the space before an element. You may override to change
 	    the space and tabs used. A PrintSpace() override should call Print().
 	    the space and tabs used. A PrintSpace() override should call Print().