Selaa lähdekoodia

Merge pull request #353 from Dmitry-Me/unselessConst

Useless const
Lee Thomason 10 vuotta sitten
vanhempi
commit
aebaeea687
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      tinyxml2.h

+ 1 - 1
tinyxml2.h

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