Преглед изворни кода

Merge pull request #353 from Dmitry-Me/unselessConst

Useless const
Lee Thomason пре 10 година
родитељ
комит
aebaeea687
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      tinyxml2.h

+ 1 - 1
tinyxml2.h

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