X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/a6ac8d7582a22fef158f0a1d83f0183f27e188bf..558820fd083635d3e1dc026a56b2f14870cb5c38:/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)