Updates to help compilation under gcc 3.03.

This commit is contained in:
Robert Osfield
2002-01-20 16:24:54 +00:00
parent cf66502fe5
commit 604110b245
3 changed files with 27 additions and 13 deletions

View File

@@ -28,7 +28,9 @@ class OSGDB_EXPORT Output : public std::ofstream
virtual ~Output();
void open(const char *name);
void open(const char *name,int mode);
// comment out temporarily to avoid compilation problems, RO Jan 2002.
// void open(const char *name,int mode);
Output& indent();