From 7865aad09b03ff863a7e4ab1c90636069dccfe20 Mon Sep 17 00:00:00 2001 From: Dmitry-Me Date: Fri, 19 Jun 2015 16:23:35 +0300 Subject: [PATCH] Useless const --- tinyxml2.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tinyxml2.h b/tinyxml2.h index af14205..21cc6b2 100755 --- a/tinyxml2.h +++ b/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; }