Salome HOME
1692: Correction for the next wrong case: edit Sketch_2, start Line, select 1st point...
[modules/shaper.git] / src / Model / Model_SelectionNaming.h
index 134d0186eff45392bf3b2d92d16bd0e919b95764..82f1eca7a09c028cbdc8e614aed149fc1005bb7f 100644 (file)
@@ -63,7 +63,8 @@ public:
 
 protected:
   /// Gets the stored name from the document
-  std::string getShapeName(std::shared_ptr<Model_Document> theDoc, const TopoDS_Shape& theShape);
+  std::string getShapeName(std::shared_ptr<Model_Document> theDoc, const TopoDS_Shape& theShape,
+    const bool theAddContextName);
 };
 
 #endif