]> git.saurik.com Git - wxWidgets.git/blobdiff - tests/streams/ffilestream.cpp
fix unicode build errors with 10.3
[wxWidgets.git] / tests / streams / ffilestream.cpp
index 66a4cd73c7a9ef0b2dce8b16e066f7cdd91a503c..de181e5d5753440a7dd77d2034f3239a57cb3b20 100644 (file)
@@ -85,6 +85,7 @@ private:
 ffileStream::ffileStream()
 {
     m_bSeekInvalidBeyondEnd = false;
+    m_bEofAtLastRead = false;
 }
 
 ffileStream::~ffileStream()