]> git.saurik.com Git - wxWidgets.git/blobdiff - tests/streams/textstreamtest.cpp
Implement ClearHistory using the built in WebBackForwardList rather than a shared...
[wxWidgets.git] / tests / streams / textstreamtest.cpp
index a05686ed0c2977a13107f9534dea3014c9a71de7..1d1ec0375b912330bc68e78344cc9c74e503a879 100644 (file)
@@ -129,7 +129,7 @@ void TextStreamTestCase::MiscTests()
 {
     wxString filename = wxT("testdata.fc");
     wxFileInputStream fsIn(filename);
-    if ( !fsIn.Ok() )
+    if ( !fsIn.IsOk() )
     {
         return;
     }