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/flexbuf.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/flexbuf.h') diff --git a/src/flexbuf.h b/src/flexbuf.h index 5ce4a89..a68dcc6 100644 --- a/src/flexbuf.h +++ b/src/flexbuf.h @@ -24,7 +24,7 @@ public: /** * Clean up the FlexBuf, delete all buffers. */ - ~FlexBuf(); + virtual ~FlexBuf(); /** Appends a whole string of data to the buffer. The string * must be null terminated. -- cgit v1.2.3