X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/fc39cf729508dc79e63394a46fcd3d575aebf426..eb97543d28f634b302038aa58ecd6c965cf1efb9:/src/osx/cocoa/window.mm diff --git a/src/osx/cocoa/window.mm b/src/osx/cocoa/window.mm index cc9a21066a..4594a4931d 100644 --- a/src/osx/cocoa/window.mm +++ b/src/osx/cocoa/window.mm @@ -718,6 +718,10 @@ void wxWidgetCocoaImpl::SetFont(wxFont const&, wxColour const&, long, bool) // TODO } +void wxWidgetCocoaImpl::InstallEventHandler( WXWidget control ) +{ +} + // // Factory methods //