]> git.saurik.com Git - wxWidgets.git/blobdiff - src/osx/cocoa/window.mm
don't duplicate GSocket creation/destruction and shutdown code in BSD and Winsock...
[wxWidgets.git] / src / osx / cocoa / window.mm
index cc9a21066a621143d78e0f20cebe011ae4d09f27..4594a4931da1e3aea95e38e5319baa305a1c93fb 100644 (file)
@@ -718,6 +718,10 @@ void wxWidgetCocoaImpl::SetFont(wxFont const&, wxColour const&, long, bool)
     // TODO
 }
 
+void wxWidgetCocoaImpl::InstallEventHandler( WXWidget control )
+{
+}
+
 //
 // Factory methods
 //