X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/77ffb5937e89927b621128789401db8921fe580f..544229d1069a20ca4c81fac6059aa4d92d8559ef:/include/wx/datstrm.h diff --git a/include/wx/datstrm.h b/include/wx/datstrm.h index fa4e5f6610..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: wxWidgets 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();