diff options
Diffstat (limited to 'src/xmlfilewriter.h')
-rw-r--r-- | src/xmlfilewriter.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xmlfilewriter.h b/src/xmlfilewriter.h index 97b3e00..231bb0d 100644 --- a/src/xmlfilewriter.h +++ b/src/xmlfilewriter.h | |||
@@ -33,7 +33,7 @@ public: | |||
33 | /** | 33 | /** |
34 | * Destroy the writer. | 34 | * Destroy the writer. |
35 | */ | 35 | */ |
36 | ~XmlFileWriter(); | 36 | virtual ~XmlFileWriter(); |
37 | 37 | ||
38 | private: | 38 | private: |
39 | void writeString( const char *sString ); | 39 | void writeString( const char *sString ); |