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