From: apo Date: Wed, 28 Sep 2005 12:42:11 +0000 (+0000) Subject: Minor changes X-Git-Tag: BR-D5-38-2003_D2005-12-10~120 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=cee6902b550b8ccd7a701abf959dfb394310e64d;p=modules%2Fvisu.git Minor changes --- diff --git a/src/PIPELINE/VISU_PipeLine.cxx b/src/PIPELINE/VISU_PipeLine.cxx index 2ab8cd2c..f8984596 100644 --- a/src/PIPELINE/VISU_PipeLine.cxx +++ b/src/PIPELINE/VISU_PipeLine.cxx @@ -117,7 +117,10 @@ VISU_PipeLine Build(); } -void VISU_PipeLine::SameAs(VISU_PipeLine *thePipeLine){ +void +VISU_PipeLine +::SameAs(VISU_PipeLine *thePipeLine) +{ ShallowCopy(thePipeLine); SetImplicitFunction(vtkImplicitBoolean::New()); GetImplicitFunction()->Delete();