From: Dimitri Schoolwerth Date: Thu, 7 Oct 2004 11:26:32 +0000 (+0000) Subject: fixed Carbon compilation; call HID keyboard dtor for Darwin X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/3246bafdcf3a7ce19b62313cf4209e395195e835?ds=inline fixed Carbon compilation; call HID keyboard dtor for Darwin git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29695 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/mac/carbon/app.cpp b/src/mac/carbon/app.cpp index 082a1c35ed..494ac9592f 100644 --- a/src/mac/carbon/app.cpp +++ b/src/mac/carbon/app.cpp @@ -723,7 +723,9 @@ void wxApp::CleanUp() ProfilerDump( (StringPtr)"\papp.prof" ) ; ProfilerTerm() ; # endif +#endif +#ifdef __DARWIN__ // clean up HID Keyboard if (s_macHIDKeyboard) delete s_macHIDKeyboard;