]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/mac/bitmap.h
new VC++ workspace file for wxBase
[wxWidgets.git] / include / wx / mac / bitmap.h
index 5f42224be9049a01b1cf751b2703a9aae227648f..7cc0160c274ee1e7966ed2eae4336df8711f7188 100644 (file)
@@ -101,8 +101,8 @@ class WXDLLEXPORT wxBitmapHandler: public wxBitmapHandlerBase
   DECLARE_DYNAMIC_CLASS(wxBitmapHandler)
 public:
   wxBitmapHandler() { m_name = ""; m_extension = ""; m_type = 0; };
-#ifdef __WXMAC_X__
-  virtual ~wxBitmapHandler() {}  // Added min for Mac X
+#ifdef __DARWIN__
+  virtual ~wxBitmapHandler() { }
 #endif
 
   virtual bool Create(wxBitmap *bitmap, void *data, long flags, int width, int height, int depth = 1);