]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/os2/cursor.h
Added GetWindow to make Blit compile
[wxWidgets.git] / include / wx / os2 / cursor.h
index e261d2cc07471b98cf23f68d37779fe32c84ef06..688539c46da0b855d560adbb4f2529362ee887d0 100644 (file)
@@ -39,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);