correct dll declaration (the classes in the header are part of adv library, not core)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39144 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin 2006-05-12 19:31:50 +00:00
parent 0d2c444336
commit c98e80d98d

View 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;