Fix all -Wwrite-strings warnings

This commit is contained in:
Cameron Cawley
2019-05-04 14:07:02 +01:00
parent 85b3bdebd1
commit f91eb18152
9 changed files with 18 additions and 18 deletions

View File

@ -30,7 +30,7 @@ typedef struct
int Type;
void* Value;
int DefaultInt;
char* DefaultStr;
const char* DefaultStr;
int StrLength; // should be set to actual array length minus one
} ConfigEntry;