buildfix: MOEO declare base class returning non-const bool
This commit is contained in:
parent
d22c9f1c60
commit
64476d7561
1 changed files with 1 additions and 1 deletions
|
|
@ -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_*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue