From ba8d0a32d17626b337c0b41da9bcdd108a8729f8 Mon Sep 17 00:00:00 2001 From: nds Date: Wed, 20 Apr 2016 18:02:00 +0300 Subject: [PATCH] linux compilation correction. --- src/PartSet/PartSet_ResultSketchPrs.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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; -- 2.39.2