commit | 7865aad09b03ff863a7e4ab1c90636069dccfe20 | [log] [tgz] |
---|---|---|
author | Dmitry-Me <wipedout@yandex.ru> | Fri Jun 19 16:23:35 2015 +0300 |
committer | Dmitry-Me <wipedout@yandex.ru> | Fri Jun 19 16:23:35 2015 +0300 |
tree | 80383fa56485ff77cb49d94383dde3f8a5242932 | |
parent | 2b2649e1e4f6b776efc06b1e1bc2a8a79b9ea3d4 [diff] [blame] |
Useless const
diff --git a/tinyxml2.h b/tinyxml2.h index af14205..21cc6b2 100755 --- a/tinyxml2.h +++ b/tinyxml2.h
@@ -596,7 +596,7 @@ return false; } - inline static bool IsUTF8Continuation( const char p ) { + inline static bool IsUTF8Continuation( char p ) { return ( p & 0x80 ) != 0; }