Made dtor virtual

This commit is contained in:
maartenkeijzer 2001-02-27 11:43:06 +00:00
commit ef75dbc2ee

View file

@ -3,7 +3,7 @@
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------
// eoFunctorStore.h // eoFunctorStore.h
// (c) Maarten Keijzer 2000, GeNeura Team, 2000 // (c) Maarten Keijzer 2000, GeNeura Team, 2000
/* /*
This library is free software; you can redistribute it and/or This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either License as published by the Free Software Foundation; either
@ -42,7 +42,7 @@ class eoFunctorStore
eoFunctorStore() {} eoFunctorStore() {}
~eoFunctorStore(); virtual ~eoFunctorStore();
/// Add an eoFunctorBase to the store /// Add an eoFunctorBase to the store
template <class Functor> template <class Functor>