]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/cocoa/cursor.h
removed _WIN_IE from here, we normally shouldn't need it as it was moved to wrapcctl.h
[wxWidgets.git] / include / wx / cocoa / cursor.h
index f37bf2d0fde45ecc451beca054800282f9b9dacc..ec69b64c02f7696127cd03248d5996ff637c25df 100644 (file)
@@ -18,7 +18,7 @@
 
 #include "wx/bitmap.h"
 
-class WXDLLEXPORT wxCursorRefData: public wxBitmapRefData
+class WXDLLEXPORT wxCursorRefData: public wxObjectRefData
 {
     DECLARE_NO_COPY_CLASS(wxCursorRefData)
         
@@ -29,6 +29,7 @@ public:
     ~wxCursorRefData();
 
 protected:
+    int m_width, m_height;
 };
 
 #define M_CURSORDATA ((wxCursorRefData *)m_refData)