commit | e6934887423260751f898d3a5633c0fffefdb441 | [log] [tgz] |
---|---|---|
author | Lee Thomason <leethomason@gmail.com> | Sat Feb 22 16:27:27 2014 -0800 |
committer | Lee Thomason <leethomason@gmail.com> | Sat Feb 22 16:27:27 2014 -0800 |
tree | 254a56e5a9c07f341087d9194eee9a89e6905413 | |
parent | 613410095c59fd9f0565dd88e61d3edd4a219c49 [diff] [blame] |
fix compilation warning.
diff --git a/tinyxml2.h b/tinyxml2.h index 605a1ca..615afa5 100755 --- a/tinyxml2.h +++ b/tinyxml2.h
@@ -2034,7 +2034,7 @@ } 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().