diff options
Diffstat (limited to 'src/Config.h')
-rw-r--r-- | src/Config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Config.h b/src/Config.h index 25d1ee2..88eb202 100644 --- a/src/Config.h +++ b/src/Config.h @@ -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; |