adding const... leaving as is

This commit is contained in:
gustavo 2000-03-30 18:15:14 +00:00
commit c7eccdbe13
2 changed files with 2 additions and 3 deletions

View file

@ -55,7 +55,7 @@ template<class Chrom> class eoInclusion: public eoMerge<Chrom>
/** Inherited from eoObject. Returns the class name.
@see eoObject
*/
virtual string className() const {return "eoMerge";};
virtual string className() const {return "eoInclusion";};
//@}
};