]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/fs_mem.h
Initial commit for Laurent Humbertclaude's Windows slave.
[wxWidgets.git] / include / wx / fs_mem.h
index ad0927f42b1e0a92079cbb1c88711c5f28af6ce2..ae40a1599f3b78ec1dc5e9752de03171f2fc239f 100644 (file)
@@ -16,8 +16,7 @@
 #include "wx/filesys.h"
 
 #if wxUSE_GUI
-    class WXDLLIMPEXP_FWD_CORE wxBitmap;
-    class WXDLLIMPEXP_FWD_CORE wxImage;
+    #include "wx/bitmap.h"
 #endif // wxUSE_GUI
 
 // ----------------------------------------------------------------------------
@@ -99,11 +98,11 @@ public:
 #if wxUSE_IMAGE
     static void AddFile(const wxString& filename,
                         const wxImage& image,
-                        long type);
+                        wxBitmapType type);
 
     static void AddFile(const wxString& filename,
                         const wxBitmap& bitmap,
-                        long type);
+                        wxBitmapType type);
 #endif // wxUSE_IMAGE
 
 };