Made dtor virtual
This commit is contained in:
parent
59a42603af
commit
ef75dbc2ee
1 changed files with 2 additions and 2 deletions
|
|
@ -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>
|
||||||
|
|
|
||||||
Reference in a new issue