From 1689b22989b4ce0d129eff6d2a10167be18ed599 Mon Sep 17 00:00:00 2001 From: asl Date: Mon, 16 Dec 2013 12:53:20 +0000 Subject: [PATCH] patch for correct compilation on Linux --- src/HYDROCurveCreator/CurveCreator_Widget.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.39.2