]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk1/combobox.h
undid previous commit, the person who reported it retracted his claim
[wxWidgets.git] / include / wx / gtk1 / combobox.h
index e7be38f91bae964dbc823fdbc3644d7d801ca12f..3574f6837f6a986345c93aeb7409db423001a3d7 100644 (file)
@@ -12,7 +12,7 @@
 #ifndef __GTKCOMBOBOXH__
 #define __GTKCOMBOBOXH__
 
-#ifdef __GNUG__
+#if defined(__GNUG__) && !defined(__APPLE__)
 #pragma interface "combobox.h"
 #endif
 
@@ -33,7 +33,7 @@ class wxComboBox;
 // global data
 //-----------------------------------------------------------------------------
 
-extern const char* wxComboBoxNameStr;
+extern const wxChar* wxComboBoxNameStr;
 extern const wxChar* wxEmptyString;
 
 //-----------------------------------------------------------------------------