]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/file.h
fixed Cygwin compilation (there's no _get_osfhandle)
[wxWidgets.git] / include / wx / file.h
index 1656c175ade4b4f93e8dce3c8c9bf518f9d5467e..3382610c571f261dbf943c2b5391d91174bd9bf5 100644 (file)
@@ -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(); }