1
0
mirror of https://github.com/leethomason/tinyxml2.git synced 2026-07-29 15:13:01 +04:00

Useless const

This commit is contained in:
Dmitry-Me
2015-06-19 16:23:35 +03:00
parent 2b2649e1e4
commit 7865aad09b
+1 -1
View File
@@ -596,7 +596,7 @@ public:
return false;
}
inline static bool IsUTF8Continuation( const char p ) {
inline static bool IsUTF8Continuation( char p ) {
return ( p & 0x80 ) != 0;
}