ERR: const error fixed.
This commit is contained in:
parent
3f12d26adb
commit
d055ebb8c5
@ -80,7 +80,7 @@ public:
|
|||||||
/**
|
/**
|
||||||
* Allow a test for whether the file is open.
|
* Allow a test for whether the file is open.
|
||||||
*/
|
*/
|
||||||
operator bool() const { return m_Stream.is_open(); }
|
operator bool() { return m_Stream.is_open(); }
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Close the file stream. This will cause the copy-if-different to the
|
* Close the file stream. This will cause the copy-if-different to the
|
||||||
|
Loading…
x
Reference in New Issue
Block a user