X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/b5dbe15d0bacde245539f54c4d97af6b4696f01f..e4a0fe083de648e077ebe3e1c19d87c0a30d2db4:/include/wx/palmos/cursor.h diff --git a/include/wx/palmos/cursor.h b/include/wx/palmos/cursor.h index 856880890c..0281f344ec 100644 --- a/include/wx/palmos/cursor.h +++ b/include/wx/palmos/cursor.h @@ -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