X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/3c70014d966bbfa08d201ca24c825f2d88cc3975..1e255b00ced5114d9b599cd66cd9d737686cec94:/include/wx/file.h diff --git a/include/wx/file.h b/include/wx/file.h index 1656c175ad..3382610c57 100644 --- a/include/wx/file.h +++ b/include/wx/file.h @@ -126,7 +126,7 @@ public: // has an error occured? bool Error() const { return m_error; } // type such as disk or pipe - wxFileTypeEnum GetFileType() const { return wxGetFileType(m_fd); } + wxFileKind GetKind() const { return wxGetFileKind(m_fd); } // dtor closes the file if opened ~wxFile() { Close(); }