]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/generic/combo.h
build fix
[wxWidgets.git] / include / wx / generic / combo.h
index fc7bb1088209efbfd58dd4edaf43721c0ba3f997..913511fcbfb8caeeefaad44bc33a964cc698538e 100644 (file)
@@ -33,7 +33,7 @@
 
 extern WXDLLIMPEXP_DATA_CORE(const char) wxComboBoxNameStr[];
 
 
 extern WXDLLIMPEXP_DATA_CORE(const char) wxComboBoxNameStr[];
 
-class WXDLLEXPORT wxGenericComboCtrl : public wxComboCtrlBase
+class WXDLLIMPEXP_CORE wxGenericComboCtrl : public wxComboCtrlBase
 {
 public:
     // ctors and such
 {
 public:
     // ctors and such
@@ -101,7 +101,7 @@ private:
 // If native wxComboCtrl was not defined, then prepare a simple
 // front-end so that wxRTTI works as expected.
 
 // If native wxComboCtrl was not defined, then prepare a simple
 // front-end so that wxRTTI works as expected.
 
-class WXDLLEXPORT wxComboCtrl : public wxGenericComboCtrl
+class WXDLLIMPEXP_CORE wxComboCtrl : public wxGenericComboCtrl
 {
 public:
     wxComboCtrl() : wxGenericComboCtrl() {}
 {
 public:
     wxComboCtrl() : wxGenericComboCtrl() {}