]> SALOME platform Git repositories - modules/hydro.git/commitdiff
Salome HOME
patch for correct compilation on Linux
authorasl <asl@opencascade.com>
Mon, 16 Dec 2013 12:53:20 +0000 (12:53 +0000)
committerasl <asl@opencascade.com>
Mon, 16 Dec 2013 12:53:20 +0000 (12:53 +0000)
src/HYDROCurveCreator/CurveCreator_Widget.cxx

index 72d7ffa7e52de76a9e9dc41dd18f229f2dfb66df..3cd3f4e9c6823c46eb02611275b7acb6b16ccd85 100644 (file)
@@ -977,7 +977,7 @@ void CurveCreator_Widget::onMouseRelease( SUIT_ViewWindow*, QMouseEvent* theEven
   if ( myDragStarted ) {
     bool isDragged = myDragged;
     CurveCreator_ICurve::SectionToPointList aDraggedPoints;
-    QMap<CurveCreator_ICurve::SectionToPoint, std::deque< float >> anInitialDragPointsCoords;
+    QMap<CurveCreator_ICurve::SectionToPoint, std::deque< float > > anInitialDragPointsCoords;
     if ( myDragged ) {
       aDraggedPoints = myDragPoints;
       anInitialDragPointsCoords = myInitialDragPointsCoords;