summaryrefslogtreecommitdiff
path: root/TAO/tao/Invocation.i
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/Invocation.i')
-rw-r--r--TAO/tao/Invocation.i2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tao/Invocation.i b/TAO/tao/Invocation.i
index 19201f56c3e..d298c178c95 100644
--- a/TAO/tao/Invocation.i
+++ b/TAO/tao/Invocation.i
@@ -87,5 +87,5 @@ TAO_GIOP_Locate_Request_Invocation (TAO_Stub *stub,
ACE_INLINE TAO_InputCDR &
TAO_GIOP_Locate_Request_Invocation::inp_stream (void)
{
- return this->rd_. reply_cdr ();
+ return this->rd_.reply_cdr ();
}