Ver Fonte

Useless const

Dmitry-Me há 10 anos atrás
pai
commit
7865aad09b
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      tinyxml2.h

+ 1 - 1
tinyxml2.h

@@ -596,7 +596,7 @@ public:
         return false;
     }
     
-    inline static bool IsUTF8Continuation( const char p ) {
+    inline static bool IsUTF8Continuation( char p ) {
         return ( p & 0x80 ) != 0;
     }