X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/333a0af9f9fb7822e4dba0796fe4a6cf550f7050..5b674b9d894af6a4347376cc7eca5580c6244e1f:/include/wx/mac/carbon/app.h

diff --git a/include/wx/mac/carbon/app.h b/include/wx/mac/carbon/app.h
index 33db82d82e..8267803af5 100644
--- a/include/wx/mac/carbon/app.h
+++ b/include/wx/mac/carbon/app.h
@@ -123,6 +123,10 @@ public:
     static long           s_macMenuManagerVersion ;
     static bool           s_macHasDialogManager ;
     static long           s_macDialogManagerVersion ;
+    
+    #ifdef __DARWIN__
+    static class wxHIDKeyboard* s_macHIDKeyboard;
+    #endif
 
     WXHRGN                m_macCursorRgn ;
     WXHRGN                m_macSleepRgn ;