Inserted a missing std::

This commit is contained in:
okoenig 2003-07-30 14:48:13 +00:00
commit b643ec2be3

View file

@ -65,7 +65,7 @@ template<class EOT> class eoSBXCrossover: public eoQuadOp<EOT>
/// The class name.
virtual string className() const { return "eoSBXCrossover"; }
virtual std::string className() const { return "eoSBXCrossover"; }
/*****************************************
* SBX crossover - modifies both parents *