diff --git a/eo/src/eoGenTerm.h b/eo/src/eoGenTerm.h index b6fc60f5..a3a0ef19 100644 --- a/eo/src/eoGenTerm.h +++ b/eo/src/eoGenTerm.h @@ -74,7 +74,9 @@ public: virtual unsigned totalGenerations( ) { return repTotalGenerations; }; - + + std::string className(void) const { return "eoGenTerm"; } + private: unsigned repTotalGenerations, thisGeneration; };