X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/9f79d14b31cf3e85ef74fb51782c6f3bbd2eeb1f..19caf2292672bd3c6ecad003ab213709f2d98319:/src/stc/PlatWX.cpp diff --git a/src/stc/PlatWX.cpp b/src/stc/PlatWX.cpp index 6cb4b7cefa..8edc3bf5e7 100644 --- a/src/stc/PlatWX.cpp +++ b/src/stc/PlatWX.cpp @@ -637,7 +637,7 @@ void Window::SetCursor(Cursor curs) { #else wxCursor wc = wxCursor(cursorId) ; #endif - GETWIN(id)->SetCursor(wc); + GETWIN(id)->SetCursor(wc); } @@ -650,7 +650,7 @@ void Window::SetTitle(const char *s) { // Helper classes for ListBox -#if defined(__WXMAC__) +#if 1 // defined(__WXMAC__) class wxSTCListBoxWin : public wxListBox { public: wxSTCListBoxWin(wxWindow* parent, wxWindowID id)