Salome HOME
linux compilation correction.
authornds <nds@opencascade.com>
Wed, 20 Apr 2016 15:02:00 +0000 (18:02 +0300)
committernds <nds@opencascade.com>
Wed, 20 Apr 2016 15:02:00 +0000 (18:02 +0300)
src/PartSet/PartSet_ResultSketchPrs.h

index ce403d192c17513568ae34c585ccf0d6f9516649..3b39b34f50780e0ddebcde238a79592bfc2908b9 100755 (executable)
@@ -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<TopoDS_Shape>& theFaceList);
+  void fillShapes(TopoDS_Shape& aResultShape,
+                  TopoDS_Compound& theAuxiliaryCompound,
+                  NCollection_List<TopoDS_Shape>& theFaceList);
 
   /// Reference to result object
   ResultPtr myResult;