commit | d740b6404404be22f708f75fbdda6a5c0ae741f3 | [log] [tgz] |
---|---|---|
author | Alexander Mai <amai@users.sf.net> | Tue May 20 22:04:42 2014 +0200 |
committer | Alexander Mai <amai@users.sf.net> | Tue May 20 22:04:42 2014 +0200 |
tree | 7be53313794fe0211358ef1113c1696d321a3347 | |
parent | 500fb6aa217d78e5c24ef3ab7b2af96f69fd86c4 [diff] [blame] |
Fix compiler warning: extra ';' after member function definition
diff --git a/tinyxml2.h b/tinyxml2.h index 183f6dc..978ae20 100755 --- a/tinyxml2.h +++ b/tinyxml2.h
@@ -2031,7 +2031,7 @@ } 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().