]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/choice.h
Minor cleaning.
[wxWidgets.git] / include / wx / choice.h
index 9f396fdd9caab25a1c64c88c8281df752b45e6b5..feb94c7ffd1519856dae125ca39c13bc495789eb 100644 (file)
@@ -16,9 +16,7 @@
 // headers
 // ----------------------------------------------------------------------------
 
-#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
-    #pragma interface "choicebase.h"
-#endif
+#include "wx/defs.h"
 
 #if wxUSE_CHOICE
 
@@ -28,7 +26,7 @@
 // global data
 // ----------------------------------------------------------------------------
 
-extern WXDLLEXPORT_DATA(const wxChar*) wxChoiceNameStr;
+extern WXDLLEXPORT_DATA(const wxChar) wxChoiceNameStr[];
 
 // ----------------------------------------------------------------------------
 // wxChoice allows to select one of a non-modifiable list of strings