Salome HOME
Support of newer compilers
[modules/shaper.git] / src / SketcherPrs / SketcherPrs_Radius.cpp
index 8fa795e90b4e94c4d29122700ac908c701c1476a..0219e2f37f9b9b2c0ec3d2c26f8c30056f4dbc87 100644 (file)
@@ -44,7 +44,7 @@ extern Handle(Prs3d_DimensionAspect) createDimensionAspect();
 /// \param theDimAspect an aspect to be changed
 /// \param theDimValue an arrow value
 /// \param theTextSize an arrow value
-extern void updateArrows(Handle_Prs3d_DimensionAspect theDimAspect,
+extern void updateArrows(Handle(Prs3d_DimensionAspect) theDimAspect,
   double theDimValue, double theTextSize, SketcherPrs_Tools::LocationType theLocationType);