Salome HOME
Meet the coding style (split too long lines)
[modules/shaper.git] / src / FeaturesPlugin / FeaturesPlugin_Pipe.h
index 08ccb1e8e35de664975f8f86274ed88d210a69c6..078ae9f3c6570fd1d0378b13f2762b12f805977c 100644 (file)
@@ -120,10 +120,12 @@ public:
 
 private:
   void storeResult(const std::shared_ptr<GeomAPI_Shape> theBaseShape,
+                   const std::shared_ptr<GeomAPI_Shape> thePathShape,
                    const std::shared_ptr<GeomAlgoAPI_Pipe> thePipeAlgo,
                    const int theResultIndex = 0);
 
   void storeResult(const ListOfShape& theBaseShapes,
+                   const std::shared_ptr<GeomAPI_Shape> thePathShape,
                    const std::shared_ptr<GeomAlgoAPI_Pipe> thePipeAlgo,
                    const int theResultIndex = 0);