1
0
Эх сурвалжийг харах

removed extra and incorrect 'const'

Lee Thomason 14 жил өмнө
parent
commit
c78dc01bfd
1 өөрчлөгдсөн 1 нэмэгдсэн , 1 устгасан
  1. 1 1
      tinyxml2.h

+ 1 - 1
tinyxml2.h

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