removed extra and incorrect 'const'

This commit is contained in:
Lee Thomason 2012-06-12 13:12:15 -07:00
parent 78d450b54e
commit c78dc01bfd

View File

@ -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();