Salome HOME
Fix for the issue #1928
[modules/shaper.git] / src / FeaturesAPI / FeaturesAPI_Rotation.h
index 03fd636ad780685298603699e60404eeae564405..243af921b2b4ee6b7139c18a20d6b5f6ff0f1f1d 100644 (file)
@@ -40,9 +40,12 @@ public:
   virtual ~FeaturesAPI_Rotation();
 
   INTERFACE_3(FeaturesPlugin_Rotation::ID(),
-              mainObjects, FeaturesPlugin_Rotation::OBJECTS_LIST_ID(), ModelAPI_AttributeSelectionList, /** Main objects */,
-              axisObject, FeaturesPlugin_Rotation::AXIS_OBJECT_ID(), ModelAPI_AttributeSelection, /** Axis object */,
-              angle, FeaturesPlugin_Rotation::ANGLE_ID(), ModelAPI_AttributeDouble, /** Angle */)
+              mainObjects, FeaturesPlugin_Rotation::OBJECTS_LIST_ID(),
+              ModelAPI_AttributeSelectionList, /** Main objects */,
+              axisObject, FeaturesPlugin_Rotation::AXIS_OBJECT_ID(),
+              ModelAPI_AttributeSelection, /** Axis object */,
+              angle, FeaturesPlugin_Rotation::ANGLE_ID(),
+              ModelAPI_AttributeDouble, /** Angle */)
 
   /// Set main objects.
   FEATURESAPI_EXPORT