aboutsummaryrefslogtreecommitdiff
path: root/src/xmlfilewriter.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/xmlfilewriter.h2
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
38private: 38private:
39 void writeString( const char *sString ); 39 void writeString( const char *sString );