summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-05-12 16:24:47 +0000
committercoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-05-12 16:24:47 +0000
commit820aa2d1eb5a3cfc410c12f92b4b9def40db0131 (patch)
treec7e2a9df05420de8e4ae9414e20b052f3a85a1f5
parent9fa204cca16babb62057b265e36ce688c7a9c175 (diff)
downloadATCD-820aa2d1eb5a3cfc410c12f92b4b9def40db0131.tar.gz
Added missing return in assignment operator.
-rw-r--r--TAO/tao/MProfile.i1
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