Explorar o código

removed extra and incorrect 'const'

Lee Thomason %!s(int64=13) %!d(string=hai) anos
pai
achega
c78dc01bfd
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      tinyxml2.h

+ 1 - 1
tinyxml2.h

@@ -1378,7 +1378,7 @@ public:
 		of the XML file in memory. (Note the size returned
 		includes the terminating null.)
   	*/
-  	const int CStrSize()const{ return buffer.Size(); }
+  	int CStrSize() const { return buffer.Size(); }
 
 private:
 	void SealElement();