Salome HOME
Issue #2082 Sketch multiple rotation does not work as expected: debug information
[modules/shaper.git] / src / FeaturesPlugin / FeaturesPlugin_Placement.h
index 498a771b22b3e339277fc6fd1458308cf7303175..96bac5e24e0ac18492d59aabc1f0b8f1c8e56677 100644 (file)
@@ -83,9 +83,9 @@ class FeaturesPlugin_Placement : public ModelAPI_Feature
   FeaturesPlugin_Placement();
 private:
   /// Load Naming data structure of the feature to the document
-  void LoadNamingDS(GeomAlgoAPI_Transform& theTransformAlgo,
+  void loadNamingDS(GeomAlgoAPI_Transform& theTransformAlgo,
                     std::shared_ptr<ModelAPI_ResultBody> theResultBody,
-                    std::shared_ptr<GeomAPI_Shape> theSlaveObject);
+                    std::shared_ptr<GeomAPI_Shape> theBaseShape);
 };
 
 #endif