1
0
mirror of https://github.com/leethomason/tinyxml2.git synced 2026-07-29 15:13:01 +04:00

fix const. hopefully.

This commit is contained in:
Lee Thomason
2016-12-26 22:47:25 -08:00
parent ce667c9233
commit f458d265c1
2 changed files with 8 additions and 8 deletions
+2 -2
View File
@@ -616,8 +616,8 @@ public:
static void SetBool(const char* writeTrue, const char* writeFalse);
private:
static char* writeBoolTrue;
static char* writeBoolFalse;
static const char* writeBoolTrue;
static const char* writeBoolFalse;
};