diff options
Diffstat (limited to 'cpp/include/Ice/ProxyF.h')
-rw-r--r-- | cpp/include/Ice/ProxyF.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cpp/include/Ice/ProxyF.h b/cpp/include/Ice/ProxyF.h index 7fcbb158047..52d2d8b0bd4 100644 --- a/cpp/include/Ice/ProxyF.h +++ b/cpp/include/Ice/ProxyF.h @@ -18,7 +18,9 @@ namespace Ice { class ObjectPrx; +/// \cond INTERNAL using ObjectPrxPtr = ::std::shared_ptr<ObjectPrx>; +/// \endcond } |