diff options
Diffstat (limited to 'cpp/include/Ice/ObserverHelper.h')
-rw-r--r-- | cpp/include/Ice/ObserverHelper.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/include/Ice/ObserverHelper.h b/cpp/include/Ice/ObserverHelper.h index cfc6421ec93..a73db590f34 100644 --- a/cpp/include/Ice/ObserverHelper.h +++ b/cpp/include/Ice/ObserverHelper.h @@ -91,7 +91,7 @@ protected: TPtr _observer; }; -class InvocationObserver : public ObserverHelperT<Ice::Instrumentation::InvocationObserver> +class ICE_API InvocationObserver : public ObserverHelperT<Ice::Instrumentation::InvocationObserver> { public: |