diff options
Diffstat (limited to 'cpp/include/Ice/DispatchInterceptor.h')
-rw-r--r-- | cpp/include/Ice/DispatchInterceptor.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/include/Ice/DispatchInterceptor.h b/cpp/include/Ice/DispatchInterceptor.h index 37051ef400e..63a0a5e96e2 100644 --- a/cpp/include/Ice/DispatchInterceptor.h +++ b/cpp/include/Ice/DispatchInterceptor.h @@ -26,7 +26,7 @@ public: __dispatch(IceInternal::Incoming&, const Current&); }; -typedef IceInternal::Handle<DispatchInterceptor> DispatchInterceptorPtr; +ICE_DEFINE_PTR(DispatchInterceptorPtr, DispatchInterceptor); } |