Removed trailing string after #endif - it generates a lot of useless warning

on some versions of g++
This commit is contained in:
evomarc 2001-09-08 05:59:17 +00:00
commit d0d14c3ff8
25 changed files with 155 additions and 165 deletions

View file

@ -70,5 +70,5 @@ class eoPersistent: public eoPrintable
///Standard input for all objects in the EO hierarchy
istream & operator >> ( istream& _is, eoPersistent& _o );
#endif EOOBJECT_H
#endif