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/tokenstring.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/tokenstring.h') diff --git a/src/tokenstring.h b/src/tokenstring.h index 37ce6f5..42f7309 100644 --- a/src/tokenstring.h +++ b/src/tokenstring.h @@ -27,7 +27,7 @@ public: *@author Mike Buland */ TokenString( const char *lpNewTokenString=NULL ); - ~TokenString(); + virtual ~TokenString(); /** Performs a tokenizing parse on the given command line, setting it as * the internal command line for all future tokenizing (excluding -- cgit v1.2.3