From 820aa2d1eb5a3cfc410c12f92b4b9def40db0131 Mon Sep 17 00:00:00 2001 From: coryan Date: Wed, 12 May 1999 16:24:47 +0000 Subject: Added missing return in assignment operator. --- TAO/tao/MProfile.i | 1 + 1 file changed, 1 insertion(+) 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 -- cgit v1.2.1