diff --git a/eo/src/eoInit.h b/eo/src/eoInit.h index 49303dac..0df3de35 100644 --- a/eo/src/eoInit.h +++ b/eo/src/eoInit.h @@ -46,7 +46,8 @@ class eoInit : public eoUF { public: - /** SHould be pure virtual, but then we should go over the whole + /** className: Mandatory because of eoCombinedInit. + SHould be pure virtual, but then we should go over the whole * code to write the method for all derived classes ... MS 16/7/04 */ virtual std::string className(void) const { return "eoInit"; } };