Salome HOME
patch for correct compilation on Linux
[modules/hydro.git] / src / HYDROCurveCreator / CurveCreator_Widget.h
index a5e8ba136c99997d3c1f7835080697523112aeb7..2d8a3e02171b5d8743545f0d1fd99241237e76f7 100644 (file)
@@ -216,7 +216,7 @@ private:
   QPoint                      myDragStartPosition;
   int                         myDragInteractionStyle;
   CurveCreator_ICurve::SectionToPointList myDragPoints;
-  CurveCreator_ICurve::SectionToPointCoordsList myInitialDragPointsCoords;
+  QMap<CurveCreator_ICurve::SectionToPoint, CurveCreator::Coordinates> myInitialDragPointsCoords;
   bool                        myDragged;
   QByteArray                  myGuiState;
 };