From f0f38e0f164b7e8b9132665407445d93f33be7ad Mon Sep 17 00:00:00 2001 From: Mike Buland Date: Fri, 14 Jul 2006 07:55:14 +0000 Subject: Made everything have a virtual deconstructor. This is apparently very important. --- src/xmlstringwriter.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/xmlstringwriter.h') 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: /** * Destroy the string writer and the internal string. */ - ~XmlStringWriter(); + virtual ~XmlStringWriter(); /** * Get the string that was built. This is only valid after the document has -- cgit v1.2.3