commit | 1c5f99e37c0e7132fae4d167dcd7c746ad6ed36b | [log] [tgz] |
---|---|---|
author | PKEuS <philipp.kloke@web.de> | Sat Jul 06 11:28:39 2013 +0200 |
committer | PKEuS <philipp.kloke@web.de> | Sat Jul 06 11:28:39 2013 +0200 |
tree | e55da7ddcef4f7ee56ddcd72bc2a4f5a8cbcb2fa | |
parent | 632c57217ce896167762f2745c8dfc049eb278da [diff] [blame] |
Fixed two cppcheck messages
diff --git a/tinyxml2.h b/tinyxml2.h index 2c11d13..07ddc2b 100755 --- a/tinyxml2.h +++ b/tinyxml2.h
@@ -1511,7 +1511,7 @@ // printer.CStr() has a const char* to the XML @endverbatim */ - void Print( XMLPrinter* streamer=0 ); + void Print( XMLPrinter* streamer=0 ) const; virtual bool Accept( XMLVisitor* visitor ) const; /**