From 9560a7edc6d5f1e48ed0eebed02419ccbe741753 Mon Sep 17 00:00:00 2001 From: rkv Date: Thu, 15 Oct 2015 12:57:43 +0300 Subject: [PATCH] 0026595: Lost some comments in OCCT-code after cdl elimination --- src/MS/MS.cxx | 1 + 1 file changed, 1 insertion(+) 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()); -- 2.39.5