From b22a79da8db0ec3cf6f0c3db6351d5e9a848f7ab Mon Sep 17 00:00:00 2001 From: w00t Date: Fri, 17 Aug 2007 14:57:52 +0000 Subject: Change to virtual git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7733 e03df62e-2008-0410-955e-edbf42e46eb7 --- include/base.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/base.h') diff --git a/include/base.h b/include/base.h index ba8184c3c..e769e93b1 100644 --- a/include/base.h +++ b/include/base.h @@ -49,7 +49,7 @@ class CoreExport classbase /** Destructor. * Does sweet FA. */ - ~classbase() { } + virtual ~classbase() { } }; /** class Extensible is the parent class of many classes such as userrec and chanrec. -- cgit v1.2.3