]> SALOME platform Git repositories - modules/shaper.git/commitdiff
Salome HOME
Fix compilation error on Linux
authorazv <azv@opencascade.com>
Wed, 6 Jul 2016 10:27:57 +0000 (13:27 +0300)
committerazv <azv@opencascade.com>
Wed, 6 Jul 2016 10:28:26 +0000 (13:28 +0300)
src/SketchSolver/SketchSolver_Group.cpp

index 7e744deb37707fc75fdee4774e58253ef110cdc0..12161b658ab8fd3b703b5e3a85a9c76997978254 100644 (file)
@@ -142,7 +142,7 @@ bool SketchSolver_Group::isInteract(FeaturePtr theFeature) const
         AttributeRefAttrPtr aRefAttr = aConstraint->refattr(aConstraint->ATTRIBUTE(i));
         if (!aRefAttr)
           continue;
-        isInteracted = anIt->second->isUsed(aRefAttr);
+        isInteracted = anIt->second->isUsed((AttributePtr)aRefAttr);
       }
     }
   return isInteracted;