]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/palmos/cursor.h
remove another SWIG #if
[wxWidgets.git] / include / wx / palmos / cursor.h
index 856880890cef8f8d3abd34c3352e858a2557f651..0281f344ecb0e62a6f1067b4c9436482ee8660ca 100644 (file)
@@ -17,7 +17,7 @@
 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