diff options
Diffstat (limited to '')
-rw-r--r-- | src/serializertext.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/serializertext.h b/src/serializertext.h index c3fe202..9bead59 100644 --- a/src/serializertext.h +++ b/src/serializertext.h | |||
@@ -9,7 +9,7 @@ class SerializerText : public Serializer | |||
9 | public: | 9 | public: |
10 | SerializerText(FILE *fhFile, bool bLoading); | 10 | SerializerText(FILE *fhFile, bool bLoading); |
11 | SerializerText(char *sFileName, bool bLoading); | 11 | SerializerText(char *sFileName, bool bLoading); |
12 | ~SerializerText(); | 12 | virtual ~SerializerText(); |
13 | 13 | ||
14 | virtual void close(); | 14 | virtual void close(); |
15 | 15 | ||