X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FFeaturesPlugin%2FFeaturesPlugin_MultiRotation.h;h=45af5b97c9b84cf36168ab0d9110ec27ec5321a2;hb=84ff9a5e90ebf75292b9ef97a05a4609e67c4022;hp=32746de99dffb1d7e8e68ffbebc66b5633cfa45e;hpb=1e1b7ad082844bc8bdbbd002ae8ca1c0c7e5010f;p=modules%2Fshaper.git diff --git a/src/FeaturesPlugin/FeaturesPlugin_MultiRotation.h b/src/FeaturesPlugin/FeaturesPlugin_MultiRotation.h index 32746de99..45af5b97c 100644 --- a/src/FeaturesPlugin/FeaturesPlugin_MultiRotation.h +++ b/src/FeaturesPlugin/FeaturesPlugin_MultiRotation.h @@ -26,7 +26,7 @@ class FeaturesPlugin_MultiRotation : public ModelAPI_Feature /// Multi-rotation kind. inline static const std::string& ID() { - static const std::string MY_MULTIROTATION_ID("MultiRotation"); + static const std::string MY_MULTIROTATION_ID("AngularCopy"); return MY_MULTIROTATION_ID; }