X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/12028905135250524409f1e7b9bfa9c55e5ce16b..35ff90a0b30bf24fcb9478a3c43143c124bbff46:/include/wx/datstrm.h diff --git a/include/wx/datstrm.h b/include/wx/datstrm.h index 18738669d8..76d82f6133 100644 --- a/include/wx/datstrm.h +++ b/include/wx/datstrm.h @@ -6,7 +6,7 @@ // Created: 28/06/1998 // RCS-ID: $Id$ // Copyright: (c) Guilhem Lavaux -// Licence: wxWindows licence +// Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// #ifndef _WX_DATSTREAM_H_ @@ -31,7 +31,7 @@ public: wxDataInputStream(wxInputStream& s); #endif ~wxDataInputStream(); - + bool IsOk() { return m_input->IsOk(); } wxUint64 Read64();