From 95ed83522993639d6859ee47db834579e5b6d57b Mon Sep 17 00:00:00 2001 From: srn Date: Tue, 28 Feb 2006 13:46:10 +0000 Subject: [PATCH] Restored previous declaration of operator= method --- src/SALOMEDSClient/SALOMEDSClient_definitions.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/SALOMEDSClient/SALOMEDSClient_definitions.hxx b/src/SALOMEDSClient/SALOMEDSClient_definitions.hxx index 5a83b9fb3..825979ad0 100644 --- a/src/SALOMEDSClient/SALOMEDSClient_definitions.hxx +++ b/src/SALOMEDSClient/SALOMEDSClient_definitions.hxx @@ -41,7 +41,7 @@ public: template clt_shared_ptr & operator=(clt_shared_ptr const & r) { - clt_shared_ptr(r,boost::detail::dynamic_cast_tag()).swap(*this); + clt_shared_ptr(r).swap(*this); return *this; } -- 2.39.2