summaryrefslogtreecommitdiff
path: root/TAO/tao/Invocation_Base.inl
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/Invocation_Base.inl')
-rw-r--r--TAO/tao/Invocation_Base.inl2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tao/Invocation_Base.inl b/TAO/tao/Invocation_Base.inl
index 2701ee56489..d94053f3c18 100644
--- a/TAO/tao/Invocation_Base.inl
+++ b/TAO/tao/Invocation_Base.inl
@@ -11,7 +11,7 @@ namespace TAO
ACE_INLINE TAO_Stub *
Invocation_Base::stub (void) const
{
- return this->target_->_stubobj ();
+ return this->stub_;
}
ACE_INLINE void