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 f7836b96b6a..67547044997 100644 --- a/cpp/src/Ice/EventHandler.h +++ b/cpp/src/Ice/EventHandler.h @@ -73,7 +73,7 @@ public: protected: EventHandler(const InstancePtr&); - virtual ~EventHandler(); + ICE_API virtual ~EventHandler(); const InstancePtr _instance; |