diff --git a/moeo/src/comparator/moeoObjectiveVectorComparator.h b/moeo/src/comparator/moeoObjectiveVectorComparator.h index a34112690..76a41eff1 100644 --- a/moeo/src/comparator/moeoObjectiveVectorComparator.h +++ b/moeo/src/comparator/moeoObjectiveVectorComparator.h @@ -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_*/