]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/cursor.h
fix build errors deriving from making wxColourData members private
[wxWidgets.git] / include / wx / msw / cursor.h
index 24fb71f1d74cfd03e9035cbaccded90ea6fe1eb9..559390b92edfe710bba4eb34435b24d76d2d58b5 100644 (file)
 
 #include "wx/msw/gdiimage.h"
 
-class WXDLLEXPORT wxImage;
+class WXDLLIMPEXP_FWD_CORE wxImage;
 
 // Cursor
-class WXDLLEXPORT wxCursor : public wxGDIImage
+class WXDLLIMPEXP_CORE wxCursor : public wxGDIImage
 {
 public:
     // constructors
@@ -29,7 +29,7 @@ public:
     wxCursor(const wxString& name,
              long flags = wxBITMAP_TYPE_CUR_RESOURCE,
              int hotSpotX = 0, int hotSpotY = 0);
-    wxCursor(int idCursor);
+    wxCursor(wxStockCursor idCursor);
     virtual ~wxCursor();
 
     // implementation only