From 0c1c17961d2329f70b646ae8a7fd46fdf29a584d Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Thu, 12 Jun 2003 18:34:39 +0000 Subject: [PATCH] (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 --- wxPython/src/gdi.i | 2 -- 1 file changed, 2 deletions(-) diff --git a/wxPython/src/gdi.i b/wxPython/src/gdi.i index 4b3d857069..c885dc89f1 100644 --- a/wxPython/src/gdi.i +++ b/wxPython/src/gdi.i @@ -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