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/programchain.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/programchain.h') diff --git a/src/programchain.h b/src/programchain.h index 333c91b..1752d2c 100644 --- a/src/programchain.h +++ b/src/programchain.h @@ -20,7 +20,7 @@ public: /** * Destroy your chain. */ - ~ProgramChain(); + virtual ~ProgramChain(); /** Adds a link to the end of the chain. *@param pLink A pointer to the link to add to the chain. -- cgit v1.2.3