#include "wx/palmos/gdiimage.h"
-class WXDLLEXPORT wxImage;
+class WXDLLIMPEXP_FWD_CORE wxImage;
// Cursor
-class WXDLLEXPORT wxCursor : public wxGDIImage
+class WXDLLIMPEXP_CORE wxCursor : public wxGDIImage
{
public:
// constructors
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