Corrected a few small problems - including dependencies in Makefile

thanks to Sebastiao CORREIA for pointing them out
This commit is contained in:
evomarc 2001-10-17 17:49:54 +00:00
commit 03308af599
4 changed files with 32 additions and 10 deletions

View file

@ -40,6 +40,7 @@ public:
// END Code of default Ctor of an eoMyStruct object
}
virtual string className() const { return "eoMyStruct"; }
/** printing... */
void printOn(ostream& os) const