diff options
Diffstat (limited to 'cpp/src/Ice/EventHandler.h')
-rw-r--r-- | cpp/src/Ice/EventHandler.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/Ice/EventHandler.h b/cpp/src/Ice/EventHandler.h index 2b6073cc578..d96ed0284f7 100644 --- a/cpp/src/Ice/EventHandler.h +++ b/cpp/src/Ice/EventHandler.h @@ -55,7 +55,7 @@ public: protected: EventHandler(); - virtual ~EventHandler(); + ICE_API virtual ~EventHandler(); #ifdef ICE_USE_IOCP SocketOperation _ready; |