]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/os2/cursor.h
fixes to the new pointer array implementation
[wxWidgets.git] / include / wx / os2 / cursor.h
index 7bf944fcc1ced45e3a14f4c28e3f906b10f410da..688539c46da0b855d560adbb4f2529362ee887d0 100644 (file)
@@ -23,7 +23,6 @@ public:
     ~wxCursorRefData();
 
 protected:
-  WXHCURSOR m_hCursor;
   bool m_destroyCursor;
 };
 
@@ -40,6 +39,7 @@ public:
 
   // Copy constructors
   inline wxCursor(const wxCursor& cursor) { Ref(cursor); }
+         wxCursor(const wxImage& rImage);
 
   wxCursor(const char bits[], int width, int height, int hotSpotX = -1, int hotSpotY = -1,
     const char maskBits[] = NULL);