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/md5.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/md5.h') diff --git a/src/md5.h b/src/md5.h index 810345e..7f77d83 100644 --- a/src/md5.h +++ b/src/md5.h @@ -21,7 +21,7 @@ public: md5(); /** Deconstruct */ - ~md5(); + virtual ~md5(); /** * Create a sum of a standard c string, null terminated. This is probably -- cgit v1.2.3