X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/a6ac8d7582a22fef158f0a1d83f0183f27e188bf..13d843f1c15fe721f03d933c600cd5ca62944003:/include/wx/wfstream.h?ds=sidebyside diff --git a/include/wx/wfstream.h b/include/wx/wfstream.h index a0061f52ae..378ef9fcda 100644 --- a/include/wx/wfstream.h +++ b/include/wx/wfstream.h @@ -171,7 +171,7 @@ public: wxFileOffset GetLength() const; bool Ok() const { return IsOk(); } - virtual bool IsOk() const ; + virtual bool IsOk() const; bool IsSeekable() const { return m_file->GetKind() == wxFILE_KIND_DISK; } protected: @@ -193,6 +193,7 @@ class WXDLLIMPEXP_BASE wxFFileStream : public wxFFileInputStream, { public: wxFFileStream(const wxString& fileName); + virtual bool IsOk() const; private: DECLARE_NO_COPY_CLASS(wxFFileStream)