added WXDLLEXPORT to the (empty) wxControlWithItems class declaration
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@47835 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
a0f63de941
commit
f4075f30fa
@ -425,7 +425,7 @@ private:
|
|||||||
#elif defined(__WXMOTIF__)
|
#elif defined(__WXMOTIF__)
|
||||||
#include "wx/motif/ctrlsub.h"
|
#include "wx/motif/ctrlsub.h"
|
||||||
#else
|
#else
|
||||||
class wxControlWithItems : public wxControlWithItemsBase
|
class WXDLLEXPORT wxControlWithItems : public wxControlWithItemsBase
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
wxControlWithItems() { }
|
wxControlWithItems() { }
|
||||||
|
Loading…
Reference in New Issue
Block a user