mirror of
https://github.com/AxioDL/tinyxml2.git
synced 2025-05-14 11:21:38 +00:00
Useless const
This commit is contained in:
parent
2b2649e1e4
commit
7865aad09b
@ -596,7 +596,7 @@ public:
|
||||
return false;
|
||||
}
|
||||
|
||||
inline static bool IsUTF8Continuation( const char p ) {
|
||||
inline static bool IsUTF8Continuation( char p ) {
|
||||
return ( p & 0x80 ) != 0;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user