Fix a Windows build error

This commit is contained in:
Jean Flach 2015-02-20 16:59:10 +01:00
parent 41f7ec9c8e
commit 8402d64fd9
1 changed files with 1 additions and 1 deletions

View File

@ -81,7 +81,7 @@ public:
bool GetStreamHealth(void) const
{
return *m_Stream;
return m_Stream->good();
}
private: