]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/univ/combobox.h
added wx/defs.h include to correct compilation issues under Mac OS X
[wxWidgets.git] / include / wx / univ / combobox.h
index 0217ff85158cd76ef1de16dfd343ed082f1c0d73..581ffdc0851b9794ca3deb577739cdf1793d6873 100644 (file)
@@ -37,7 +37,7 @@
 #define _WX_UNIV_COMBOBOX_H_
 
 #ifdef __GNUG__
-    #pragma implementation "univcombobox.h"
+    #pragma interface "univcombobox.h"
 #endif
 
 class WXDLLEXPORT wxComboControl;
@@ -174,7 +174,7 @@ protected:
                                const wxString& strArg = wxEmptyString);
 
     // event handlers
-    void OnKey(wxCommandEvent& event);
+    void OnKey(wxKeyEvent& event);
 
     // common part of all ctors
     void Init();