... some comments ...
This commit is contained in:
parent
a24cd30c81
commit
71e1984aeb
1 changed files with 2 additions and 0 deletions
|
|
@ -40,8 +40,10 @@ class eoFunctorStore
|
||||||
{
|
{
|
||||||
public :
|
public :
|
||||||
|
|
||||||
|
/// Default Ctor
|
||||||
eoFunctorStore() {}
|
eoFunctorStore() {}
|
||||||
|
|
||||||
|
// virtual destructor so we don't need to define it in derived classes
|
||||||
virtual ~eoFunctorStore();
|
virtual ~eoFunctorStore();
|
||||||
|
|
||||||
/// Add an eoFunctorBase to the store
|
/// Add an eoFunctorBase to the store
|
||||||
|
|
|
||||||
Reference in a new issue