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/ringlist.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/ringlist.h') diff --git a/src/ringlist.h b/src/ringlist.h index 1a4d3a9..bc069f3 100644 --- a/src/ringlist.h +++ b/src/ringlist.h @@ -28,7 +28,7 @@ public: /** * Clean up the data structures, but not the contained elements. */ - ~RingList(); + virtual ~RingList(); /** * Get an element at the specified index. -- cgit v1.2.3