Răsfoiți Sursa

fix compilation warning.

Lee Thomason 12 ani în urmă
părinte
comite
e693488742
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  1. 1 1
      tinyxml2.h

+ 1 - 1
tinyxml2.h

@@ -2034,7 +2034,7 @@ public:
     }
 
 protected:
-	virtual bool CompactMode( const XMLElement& elem )	{ 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().