From fef26592adba3689c9c895b17290c9569d920d22 Mon Sep 17 00:00:00 2001 From: Mike Buland Date: Sat, 13 May 2006 01:57:14 +0000 Subject: Fixed a inconsistancy between versions... --- src/serializertext.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/serializertext.cpp') 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() } } -void SerializerText::write(void * pData, int32_t nSize) +void SerializerText::write(const void * pData, int32_t nSize) { fwrite(pData, nSize, 1, fhFile); fprintf(fhFile, "\n"); -- cgit v1.2.3