]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/palmos/combobox.h
another fix for wxUSE_DRAG_AND_DROP==0 build
[wxWidgets.git] / include / wx / palmos / combobox.h
index 8b98c3f3a81f6e301952949931b1b4b9efc77fe6..1de11c19ee409ce50eb2f92dd2f15c2ac8e859db 100644 (file)
 #ifndef _WX_COMBOBOX_H_
 #define _WX_COMBOBOX_H_
 
-#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
-    #pragma interface "combobox.h"
-#endif
-
 #include "wx/choice.h"
 
 #if wxUSE_COMBOBOX
@@ -24,7 +20,7 @@
 // Combobox control
 // ----------------------------------------------------------------------------
 
-class WXDLLEXPORT wxComboBox: public wxChoice
+class WXDLLIMPEXP_CORE wxComboBox: public wxChoice
 {
 public:
     wxComboBox() { }