more adjustments for gcc-3.4 (now using optimization, go figure...)
This commit is contained in:
parent
cf4849c472
commit
7b9e6d3e1f
4 changed files with 30 additions and 31 deletions
|
|
@ -38,13 +38,13 @@ dynamically created functors.
|
|||
*/
|
||||
class eoFunctorStore
|
||||
{
|
||||
public :
|
||||
public:
|
||||
|
||||
/// Default Ctor
|
||||
eoFunctorStore() {}
|
||||
/// Default Ctor
|
||||
eoFunctorStore() {}
|
||||
|
||||
// virtual destructor so we don't need to define it in derived classes
|
||||
virtual ~eoFunctorStore();
|
||||
// virtual destructor so we don't need to define it in derived classes
|
||||
virtual ~eoFunctorStore();
|
||||
|
||||
/// Add an eoFunctorBase to the store
|
||||
template <class Functor>
|
||||
|
|
|
|||
Reference in a new issue