From ef75dbc2ee8e5890368b91abe53ef6a336eab0c5 Mon Sep 17 00:00:00 2001 From: maartenkeijzer Date: Tue, 27 Feb 2001 11:43:06 +0000 Subject: [PATCH] Made dtor virtual --- eo/src/eoFunctorStore.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/eo/src/eoFunctorStore.h b/eo/src/eoFunctorStore.h index 1655fb00..9baef09f 100644 --- a/eo/src/eoFunctorStore.h +++ b/eo/src/eoFunctorStore.h @@ -3,7 +3,7 @@ //----------------------------------------------------------------------------- // eoFunctorStore.h // (c) Maarten Keijzer 2000, GeNeura Team, 2000 -/* +/* This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either @@ -42,7 +42,7 @@ class eoFunctorStore eoFunctorStore() {} - ~eoFunctorStore(); + virtual ~eoFunctorStore(); /// Add an eoFunctorBase to the store template