Salome HOME
Extrusion fix
[modules/shaper.git] / src / ModelAPI / ModelAPI_CompositeFeature.cpp
index 71b6fc28041bcf767487080742d706ee38867f49..7913a8bde50d9e534dc7fd0ff19c982d782288be 100644 (file)
@@ -10,3 +10,9 @@ ModelAPI_CompositeFeature::~ModelAPI_CompositeFeature()
 {
 
 }
+
+void ModelAPI_CompositeFeature::exchangeIDs(
+  std::shared_ptr<ModelAPI_Feature> theFeature1, std::shared_ptr<ModelAPI_Feature> theFeature2)
+{
+  // by default nothing is in the implementation
+}