Alternative clang on Windows link fix
Remove WXDLLIMPEXP_BASE from wxObjectEventFunctor declaration: this
class only has inline methods and so doesn't define any functions that
would need to be exported from the DLL.
This reverts commit c0f2f38011
.
This commit is contained in:
@@ -360,14 +360,6 @@ wxEventFunctor::~wxEventFunctor()
|
||||
{
|
||||
}
|
||||
|
||||
// ----------------------------------------------------------------------------
|
||||
// wxObjectEventFunctor
|
||||
// ----------------------------------------------------------------------------
|
||||
|
||||
wxObjectEventFunctor::~wxObjectEventFunctor()
|
||||
{
|
||||
}
|
||||
|
||||
// ----------------------------------------------------------------------------
|
||||
// wxEvent
|
||||
// ----------------------------------------------------------------------------
|
||||
|
Reference in New Issue
Block a user