Kaynağa Gözat

Useless const

Dmitry-Me 10 yıl önce
ebeveyn
işleme
7865aad09b
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  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;
     }