Minor cleanup

This commit is contained in:
kuepper 2007-08-21 14:44:41 +00:00
commit 797896e002
2 changed files with 3 additions and 3 deletions

View file

@ -4,7 +4,6 @@
#endif
#include <eoFunctorStore.h>
#include <eoFunctor.h>
/// clears the memory

View file

@ -59,11 +59,12 @@ public:
private :
/// no copying allowed
/** no copying allowed */
eoFunctorStore(const eoFunctorStore&);
/// no copying allowed
/** no assignment allowed */
eoFunctorStore operator=(const eoFunctorStore&);
std::vector<eoFunctorBase*> vec;
};