diff options
-rw-r--r-- | TAO/tao/MProfile.i | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/TAO/tao/MProfile.i b/TAO/tao/MProfile.i index 50b164f78d3..a4291144f82 100644 --- a/TAO/tao/MProfile.i +++ b/TAO/tao/MProfile.i @@ -30,6 +30,7 @@ TAO_MProfile::operator= (const TAO_MProfile& rhs) return *this; this->set (rhs); + return *this; } ACE_INLINE |