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
This commit is contained in:
@@ -723,7 +723,9 @@ void wxApp::CleanUp()
|
|||||||
ProfilerDump( (StringPtr)"\papp.prof" ) ;
|
ProfilerDump( (StringPtr)"\papp.prof" ) ;
|
||||||
ProfilerTerm() ;
|
ProfilerTerm() ;
|
||||||
# endif
|
# endif
|
||||||
|
#endif
|
||||||
|
|
||||||
|
#ifdef __DARWIN__
|
||||||
// clean up HID Keyboard
|
// clean up HID Keyboard
|
||||||
if (s_macHIDKeyboard)
|
if (s_macHIDKeyboard)
|
||||||
delete s_macHIDKeyboard;
|
delete s_macHIDKeyboard;
|
||||||
|
Reference in New Issue
Block a user