From: asl Date: Mon, 16 Dec 2013 12:53:20 +0000 (+0000) Subject: patch for correct compilation on Linux X-Git-Tag: BR_hydro_v_0_6~80 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=1689b22989b4ce0d129eff6d2a10167be18ed599;p=modules%2Fhydro.git patch for correct compilation on Linux --- diff --git a/src/HYDROCurveCreator/CurveCreator_Widget.cxx b/src/HYDROCurveCreator/CurveCreator_Widget.cxx index 72d7ffa7..3cd3f4e9 100644 --- a/src/HYDROCurveCreator/CurveCreator_Widget.cxx +++ b/src/HYDROCurveCreator/CurveCreator_Widget.cxx @@ -977,7 +977,7 @@ void CurveCreator_Widget::onMouseRelease( SUIT_ViewWindow*, QMouseEvent* theEven if ( myDragStarted ) { bool isDragged = myDragged; CurveCreator_ICurve::SectionToPointList aDraggedPoints; - QMap> anInitialDragPointsCoords; + QMap > anInitialDragPointsCoords; if ( myDragged ) { aDraggedPoints = myDragPoints; anInitialDragPointsCoords = myInitialDragPointsCoords;