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 c650eae..2933e86 100644 --- a/src/serializertext.cpp +++ b/src/serializertext.cpp | |||
@@ -35,7 +35,7 @@ void SerializerText::close() | |||
35 | } | 35 | } |
36 | } | 36 | } |
37 | 37 | ||
38 | void SerializerText::write(void * pData, int32_t nSize) | 38 | void SerializerText::write(const void * pData, int32_t nSize) |
39 | { | 39 | { |
40 | fwrite(pData, nSize, 1, fhFile); | 40 | fwrite(pData, nSize, 1, fhFile); |
41 | fprintf(fhFile, "\n"); | 41 | fprintf(fhFile, "\n"); |