]> git.saurik.com Git - wxWidgets.git/commitdiff
correct dll declaration (the classes in the header are part of adv library, not core)
authorVadim Zeitlin <vadim@wxwidgets.org>
Fri, 12 May 2006 19:31:50 +0000 (19:31 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Fri, 12 May 2006 19:31:50 +0000 (19:31 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39144 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/odcombo.h

index 49abfd2046b26f625f440ce4640221cd8556354f..a53e4d587d6577c8972b4ddf5f257f779e3a1f2b 100644 (file)
@@ -59,7 +59,8 @@ enum
 // ----------------------------------------------------------------------------
 
 
-class WXDLLEXPORT wxVListBoxComboPopup : public wxVListBox, public wxComboPopup
+class WXDLLIMPEXP_ADV wxVListBoxComboPopup : public wxVListBox,
+                                             public wxComboPopup
 {
     friend class wxOwnerDrawnComboBox;
 public:
@@ -177,7 +178,8 @@ private:
 // the wxComboControl.
 // ----------------------------------------------------------------------------
 
-class WXDLLEXPORT wxOwnerDrawnComboBox : public wxComboControl, public wxItemContainer
+class WXDLLIMPEXP_ADV wxOwnerDrawnComboBox : public wxComboControl,
+                                             public wxItemContainer
 {
     friend class wxComboPopupWindow;
     friend class wxComboControlBase;