(re)Enable the default ctor for wxCursor for all platforms...

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@21079 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2003-06-12 18:34:39 +00:00
parent 8ac7b0858a
commit 0c1c17961d

View File

@@ -303,9 +303,7 @@ public:
class wxCursor : public wxGDIObject
{
public:
#ifdef __WXMSW__
wxCursor(const wxString& cursorName, long flags, int hotSpotX=0, int hotSpotY=0);
#endif
~wxCursor();
// wxGDIImage methods