(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:
@@ -303,9 +303,7 @@ public:
|
|||||||
class wxCursor : public wxGDIObject
|
class wxCursor : public wxGDIObject
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
#ifdef __WXMSW__
|
|
||||||
wxCursor(const wxString& cursorName, long flags, int hotSpotX=0, int hotSpotY=0);
|
wxCursor(const wxString& cursorName, long flags, int hotSpotX=0, int hotSpotY=0);
|
||||||
#endif
|
|
||||||
~wxCursor();
|
~wxCursor();
|
||||||
|
|
||||||
// wxGDIImage methods
|
// wxGDIImage methods
|
||||||
|
Reference in New Issue
Block a user