aboutsummaryrefslogtreecommitdiff
path: root/src/xmlstringwriter.h
diff options
context:
space:
mode:
authorMike Buland <eichlan@xagasoft.com>2006-07-14 07:55:14 +0000
committerMike Buland <eichlan@xagasoft.com>2006-07-14 07:55:14 +0000
commitf0f38e0f164b7e8b9132665407445d93f33be7ad (patch)
tree85bad44d80eb9df45a9f7ea960b51d1b2c003843 /src/xmlstringwriter.h
parent74f94e9b20c93b93ad8b9091474f6368fc79c697 (diff)
downloadlibbu++-f0f38e0f164b7e8b9132665407445d93f33be7ad.tar.gz
libbu++-f0f38e0f164b7e8b9132665407445d93f33be7ad.tar.bz2
libbu++-f0f38e0f164b7e8b9132665407445d93f33be7ad.tar.xz
libbu++-f0f38e0f164b7e8b9132665407445d93f33be7ad.zip
Made everything have a virtual deconstructor. This is apparently very
important.
Diffstat (limited to 'src/xmlstringwriter.h')
-rw-r--r--src/xmlstringwriter.h2
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