]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/cursor.h
added wxEXPLICIT macro
[wxWidgets.git] / include / wx / msw / cursor.h
index 4e28fcc178f7f53969b6a575cebd3b8e2229d463..8b1c63a172c8b5df57b0cb0f342a007e04a6bbda 100644 (file)
@@ -34,6 +34,8 @@
     #define wxCursorBase          wxGDIImage
 #endif
 
+class WXDLLEXPORT wxImage;
+
 class WXDLLEXPORT wxCursorRefData : public wxCursorRefDataBase
 {
 public:
@@ -55,7 +57,7 @@ public:
 
     // Copy constructors
     wxCursor(const wxCursor& cursor) { Ref(cursor); }
-
+    wxCursor(const wxImage & image) ;
     wxCursor(const char bits[], int width, int height,
              int hotSpotX = -1, int hotSpotY = -1,
              const char maskBits[] = NULL);