aboutsummaryrefslogtreecommitdiff
path: root/src/serializertext.cpp
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/serializertext.cpp2
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
38void SerializerText::write(void * pData, int32_t nSize) 38void 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");