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