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:
+2
-2
@@ -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;
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user