BUG: remove warning

This commit is contained in:
Bill Hoffman 2001-05-23 10:47:50 -04:00
parent 09651ba991
commit d76db0ed57
1 changed files with 1 additions and 1 deletions

View File

@ -80,7 +80,7 @@ public:
/**
* Allow a test for whether the file is open.
*/
operator bool() { return static_cast<bool>(m_Stream); }
operator bool() { return m_Stream.good(); }
/**
* Close the file stream. This will cause the copy-if-different to the