mirror of
https://github.com/AxioDL/tinyxml2.git
synced 2025-05-14 11:21:38 +00:00
removed extra and incorrect 'const'
This commit is contained in:
parent
78d450b54e
commit
c78dc01bfd
@ -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();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user