X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/a6ac8d7582a22fef158f0a1d83f0183f27e188bf..3863c5ebd92650ba88f29db4f5f8d794ec11bf80:/include/wx/wfstream.h 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)