diff options
Diffstat (limited to 'cpp/src/Ice/GC.h')
-rw-r--r-- | cpp/src/Ice/GC.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cpp/src/Ice/GC.h b/cpp/src/Ice/GC.h index 3d94a8eaa6b..326ca3cb548 100644 --- a/cpp/src/Ice/GC.h +++ b/cpp/src/Ice/GC.h @@ -14,7 +14,7 @@ #include <IceUtil/Thread.h> #include <IceUtil/Monitor.h> #include <IceUtil/Mutex.h> -#include <Ice/ObserverF.h> +#include <Ice/ObserverHelper.h> namespace IceInternal { @@ -46,7 +46,7 @@ private: bool _collecting; int _interval; StatsCallback _statsCallback; - Ice::Instrumentation::ThreadObserverPtr _observer; + ObserverHelperT<Ice::Instrumentation::ThreadObserver> _observer; }; } |