buildfix: MOEO declare base class returning non-const bool

This commit is contained in:
Johann Dreo 2013-03-21 07:42:00 +01:00
commit 64476d7561

View file

@ -46,7 +46,7 @@
* The template argument ObjectiveVector have to be a moeoObjectiveVector.
*/
template < class ObjectiveVector >
class moeoObjectiveVectorComparator : public eoBF < const ObjectiveVector &, const ObjectiveVector &, const bool >
class moeoObjectiveVectorComparator : public eoBF < const ObjectiveVector &, const ObjectiveVector &, bool >
{};
#endif /*MOEOOBJECTIVEVECTORCOMPARATOR_H_*/