Browse Source

removed extra and incorrect 'const'

Lee Thomason 14 năm trước cách đây
mục cha
commit
c78dc01bfd
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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();