]> git.saurik.com Git - wxWidgets.git/blobdiff - tests/streams/ffilestream.cpp
fixed wxGetKeyState to get current status of non-togle keys, and to
[wxWidgets.git] / tests / streams / ffilestream.cpp
index 27108f421049b7bb5492e04f8320e40e78310191..de181e5d5753440a7dd77d2034f3239a57cb3b20 100644 (file)
@@ -84,7 +84,8 @@ private:
 
 ffileStream::ffileStream()
 {
-    /* Nothing extra */
+    m_bSeekInvalidBeyondEnd = false;
+    m_bEofAtLastRead = false;
 }
 
 ffileStream::~ffileStream()