diff options
Diffstat (limited to 'cpp/include/Ice/OutgoingAsync.h')
-rw-r--r-- | cpp/include/Ice/OutgoingAsync.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/include/Ice/OutgoingAsync.h b/cpp/include/Ice/OutgoingAsync.h index 568ba86e221..0d100dda36d 100644 --- a/cpp/include/Ice/OutgoingAsync.h +++ b/cpp/include/Ice/OutgoingAsync.h @@ -60,7 +60,7 @@ private: // // We need a separate InstancePtr, because _is and _os only hold a - // const InstancePtr& for optimization. + // Instance* for optimization. // InstancePtr _instance; |