]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/ffile.h
compilation fix for raw bitmaps (can't include wx/rawbmp.h from wx/bitmap.h as the...
[wxWidgets.git] / include / wx / ffile.h
index 2e19a906ecaaab68a191e1904b12febe7522daac..f61a97fd299d003a7fccf3a39f36d784f5d5070c 100644 (file)
@@ -97,7 +97,7 @@ public:
     // get the file name
   const wxString& GetName() const { return m_name; }
     // type such as disk or pipe
-  wxFileTypeEnum GetFileType() const { return wxGetFileType(m_fp); }
+  wxFileKind GetKind() const { return wxGetFileKind(m_fp); }
 
   // dtor closes the file if opened
   ~wxFFile() { Close(); }