Compiled new stuff on VC++, changes to breeder

This commit is contained in:
jmerelo 1999-02-15 16:01:35 +00:00
commit e3bff7d45f
8 changed files with 83 additions and 68 deletions

View file

@ -47,7 +47,7 @@ public:
virtual deleteOp( ID _id ) = 0;
/// Returns a genetic operator according to the established criteria
virtual const eoOp<EOT>& Op() = 0;
virtual eoOp<EOT>* Op() = 0;
/// Methods inherited from eoObject
//@{