]> OCCT Git - occt-wok.git/commitdiff
0026595: Lost some comments in OCCT-code after cdl elimination CR26595
authorrkv <rkv@opencascade.com>
Thu, 15 Oct 2015 09:57:43 +0000 (12:57 +0300)
committerkgv <kgv@opencascade.com>
Thu, 15 Oct 2015 09:57:43 +0000 (12:57 +0300)
src/MS/MS.cxx

index be06fa63c5ef71627615b168fcd07824f549017f..8999d7e612a619aeea44fd78695ee89eb7eb2f09 100755 (executable)
@@ -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());