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/cgi.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/cgi.h') diff --git a/src/cgi.h b/src/cgi.h index 8e9a584..01142b5 100644 --- a/src/cgi.h +++ b/src/cgi.h @@ -43,7 +43,7 @@ public: /** * Destroy the cgi object. */ - ~Cgi( ); + virtual ~Cgi( ); /** * Get's the value for a variable as a character string. The name is the -- cgit v1.2.3