diff options
Diffstat (limited to 'cpp/src')
-rw-r--r-- | cpp/src/Ice/EventHandler.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cpp/src/Ice/EventHandler.h b/cpp/src/Ice/EventHandler.h index 3c7ece52a57..04200f2d29e 100644 --- a/cpp/src/Ice/EventHandler.h +++ b/cpp/src/Ice/EventHandler.h @@ -19,7 +19,7 @@ namespace IceInternal { -class EventHandler : virtual public ::IceUtil::Shared +class ICE_API EventHandler : virtual public ::IceUtil::Shared { public: @@ -54,7 +54,7 @@ public: protected: EventHandler(); - ICE_API virtual ~EventHandler(); + virtual ~EventHandler(); #if defined(ICE_USE_IOCP) || defined(ICE_OS_WINRT) SocketOperation _ready; |