Salome HOME
Issue #2208: Development in progress
[modules/shaper.git] / src / SketchPlugin / SketchPlugin_MultiRotation.cpp
index 8743a3c3629531d1d5a1c23f2a9dfda56dac5ab4..3fd19dc330fb75afab595294c0da47b59bb78326 100755 (executable)
@@ -226,7 +226,8 @@ AISObjectPtr SketchPlugin_MultiRotation::getAISObject(AISObjectPtr thePrevious)
   if (!sketch())
     return thePrevious;
 
-  AISObjectPtr anAIS = SketcherPrs_Factory::rotateConstraint(this, sketch()->coordinatePlane(),
+  AISObjectPtr anAIS = SketcherPrs_Factory::rotateConstraint(this, sketch(),
+                                                             sketch()->coordinatePlane(),
                                                              thePrevious);
   return anAIS;
 }