Corrected a few small problems - including dependencies in Makefile
thanks to Sebastiao CORREIA for pointing them out
This commit is contained in:
parent
11b3eabfca
commit
03308af599
4 changed files with 32 additions and 10 deletions
|
|
@ -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
|
||||
|
|
|
|||
Reference in a new issue