git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@60478
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
virtual void SetNextHandler(wxEvtHandler *handler);
virtual void SetPreviousHandler(wxEvtHandler *handler);
+
+ // Watcom doesn't allow reducing access with using access declaration, see
+ // #10749
+#ifndef __WATCOMC__
protected:
// NOTE: we change the access specifier of the following wxEvtHandler functions
using wxEvtHandler::ProcessPendingEvents;
using wxEvtHandler::AddPendingEvent;
using wxEvtHandler::QueueEvent;
+#endif // __WATCOMC__
public: