1
0
Lee Thomason 12 жил өмнө
parent
commit
e693488742
1 өөрчлөгдсөн 1 нэмэгдсэн , 1 устгасан
  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().