diff options
Diffstat (limited to 'src/xmlstringwriter.h')
-rw-r--r-- | src/xmlstringwriter.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xmlstringwriter.h b/src/xmlstringwriter.h index 530db3e..0d567b9 100644 --- a/src/xmlstringwriter.h +++ b/src/xmlstringwriter.h | |||
@@ -32,7 +32,7 @@ public: | |||
32 | /** | 32 | /** |
33 | * Destroy the string writer and the internal string. | 33 | * Destroy the string writer and the internal string. |
34 | */ | 34 | */ |
35 | ~XmlStringWriter(); | 35 | virtual ~XmlStringWriter(); |
36 | 36 | ||
37 | /** | 37 | /** |
38 | * Get the string that was built. This is only valid after the document has | 38 | * Get the string that was built. This is only valid after the document has |