From c592a74025d291ebb738c74d0e3273cbd470a7ce Mon Sep 17 00:00:00 2001 From: evomarc Date: Wed, 1 Dec 2004 09:19:47 +0000 Subject: [PATCH] ... a comment ... --- eo/src/eoInit.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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"; } };