makefiles almost work

This commit is contained in:
gustavo 2000-03-30 18:02:03 +00:00
commit 28219fcc12
5 changed files with 9 additions and 6 deletions

View file

@ -92,7 +92,8 @@ class eoBinPopOp: public eoObject{
@param _parents the initial generation. Will be kept constant
@param _siblings the created offspring. Will be usually an empty population
*/
virtual void operator () ( eoPop<EOT>& _parents, eoPop<EOT>& _siblings ) = 0;
virtual void operator () (const eoPop<EOT>& _parents,
eoPop<EOT>& _siblings ) = 0;
/** @name Methods from eoObject */
//@{