From: rkv Date: Thu, 15 Oct 2015 09:57:43 +0000 (+0300) Subject: 0026595: Lost some comments in OCCT-code after cdl elimination X-Git-Url: http://git.dev.opencascade.org/gitweb/?a=commitdiff_plain;h=9560a7edc6d5f1e48ed0eebed02419ccbe741753;p=occt-wok.git 0026595: Lost some comments in OCCT-code after cdl elimination --- diff --git a/src/MS/MS.cxx b/src/MS/MS.cxx index be06fa6..8999d7e 100755 --- a/src/MS/MS.cxx +++ b/src/MS/MS.cxx @@ -299,6 +299,7 @@ Handle(MS_MemberMet) MS::BuildStdMethod(const Handle(MS_MemberMet)& aMethod, } // // Some attributes + aNewMethod->SetComment(aMethod->Comment()); aNewMethod->Private(aMethod->Private()); aNewMethod->Inline(aMethod->IsInline()); aNewMethod->ConstReturn(aMethod->IsConstReturn());