diff options
Diffstat (limited to 'src/serializertext.cpp')
-rw-r--r-- | src/serializertext.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/serializertext.cpp b/src/serializertext.cpp index f758bf8..9cf4394 100644 --- a/src/serializertext.cpp +++ b/src/serializertext.cpp | |||
@@ -7,7 +7,7 @@ SerializerText::SerializerText(FILE *fhFile, bool bLoading): | |||
7 | { | 7 | { |
8 | } | 8 | } |
9 | 9 | ||
10 | SerializerText::SerializerText(char *sFileName, bool bLoading): | 10 | SerializerText::SerializerText(const char *sFileName, bool bLoading): |
11 | Serializer(bLoading), | 11 | Serializer(bLoading), |
12 | bCloseFile(true) | 12 | bCloseFile(true) |
13 | { | 13 | { |