From: nds Date: Wed, 20 Apr 2016 15:02:00 +0000 (+0300) Subject: linux compilation correction. X-Git-Tag: V_2.3.0~167 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=ba8d0a32d17626b337c0b41da9bcdd108a8729f8;p=modules%2Fshaper.git linux compilation correction. --- diff --git a/src/PartSet/PartSet_ResultSketchPrs.h b/src/PartSet/PartSet_ResultSketchPrs.h index ce403d192..3b39b34f5 100755 --- a/src/PartSet/PartSet_ResultSketchPrs.h +++ b/src/PartSet/PartSet_ResultSketchPrs.h @@ -61,9 +61,9 @@ private: /// \param theResultShape contains a shape of the result, it will be set as a Shape of AIS_Shape /// \param theAuxiliaryCompound a compound of auxiliary shapes /// \param theFaceList a list of face shapes - void PartSet_ResultSketchPrs::fillShapes(TopoDS_Shape& aResultShape, - TopoDS_Compound& theAuxiliaryCompound, - NCollection_List& theFaceList); + void fillShapes(TopoDS_Shape& aResultShape, + TopoDS_Compound& theAuxiliaryCompound, + NCollection_List& theFaceList); /// Reference to result object ResultPtr myResult;