git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@58613
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
#if !wxEVENTS_COMPATIBILITY_2_8
template <typename Event>
#if !wxEVENTS_COMPATIBILITY_2_8
template <typename Event>
-class WXDLLIMPEXP_BASE wxTypedEventType
{
public:
typedef Event CorrespondingEvent;
{
public:
typedef Event CorrespondingEvent;
#if !wxEVENTS_COMPATIBILITY_2_8
template <typename EventType>
#if !wxEVENTS_COMPATIBILITY_2_8
template <typename EventType>
-class WXDLLIMPEXP_BASE wxEventFunctorFunction : public wxEventFunctor
+class wxEventFunctorFunction : public wxEventFunctor
{
public:
wxEventFunctorFunction(void (*handler)(typename EventType::CorrespondingEvent &))
{
public:
wxEventFunctorFunction(void (*handler)(typename EventType::CorrespondingEvent &))
template <typename EventType, typename Class, typename Derived>
template <typename EventType, typename Class, typename Derived>
-class WXDLLIMPEXP_BASE wxEventFunctorMethod : public wxEventFunctor
+class wxEventFunctorMethod : public wxEventFunctor
{
public:
wxEventFunctorMethod( void ( Class::*method )( typename EventType::CorrespondingEvent & ),
{
public:
wxEventFunctorMethod( void ( Class::*method )( typename EventType::CorrespondingEvent & ),
template <typename EventType, typename Functor>
template <typename EventType, typename Functor>
-class WXDLLIMPEXP_BASE wxEventFunctorAdapter : public wxEventFunctor
+class wxEventFunctorAdapter : public wxEventFunctor
{
public:
wxEventFunctorAdapter( Functor &functor )
{
public:
wxEventFunctorAdapter( Functor &functor )