diff options
Diffstat (limited to 'cpp/src/Ice/GC.h')
-rw-r--r-- | cpp/src/Ice/GC.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/Ice/GC.h b/cpp/src/Ice/GC.h index 2e186390066..65ee1f47750 100644 --- a/cpp/src/Ice/GC.h +++ b/cpp/src/Ice/GC.h @@ -36,7 +36,7 @@ public: virtual void run(); void stop(); void collectGarbage(); - void updateObserver(const Ice::Instrumentation::ObserverResolverPtr&); + void updateObserver(const Ice::Instrumentation::CommunicatorObserverPtr&); private: |