diff options
Diffstat (limited to '')
-rw-r--r-- | src/xmlwriter.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xmlwriter.h b/src/xmlwriter.h index 5bc3f0a..c48e810 100644 --- a/src/xmlwriter.h +++ b/src/xmlwriter.h | |||
@@ -36,7 +36,7 @@ public: | |||
36 | /** | 36 | /** |
37 | * Destroy the writer. | 37 | * Destroy the writer. |
38 | */ | 38 | */ |
39 | ~XmlWriter(); | 39 | virtual ~XmlWriter(); |
40 | 40 | ||
41 | /** | 41 | /** |
42 | * This override of the parent class closeNode function calls the parent | 42 | * This override of the parent class closeNode function calls the parent |