commit | aebaeea687f69b41e55f1acbf0a11321c6af5bfd | [log] [tgz] |
---|---|---|
author | Lee Thomason <leethomason@gmail.com> | Fri Jun 19 16:55:19 2015 -0700 |
committer | Lee Thomason <leethomason@gmail.com> | Fri Jun 19 16:55:19 2015 -0700 |
tree | 5668a96b778e2c0d782176ca877ff10fdd1d4948 | |
parent | 73f08a318572e614f407b56de0ea711997223ebe [diff] | |
parent | 7865aad09b03ff863a7e4ab1c90636069dccfe20 [diff] |
Merge pull request #353 from Dmitry-Me/unselessConst Useless const
diff --git a/tinyxml2.h b/tinyxml2.h index c800504..0b86006 100755 --- a/tinyxml2.h +++ b/tinyxml2.h
@@ -571,7 +571,7 @@ return false; } - inline static bool IsUTF8Continuation( const char p ) { + inline static bool IsUTF8Continuation( char p ) { return ( p & 0x80 ) != 0; }