From: adv Date: Thu, 21 Nov 2013 04:03:35 +0000 (+0000) Subject: Linux compilation. X-Git-Tag: BR_hydro_v_0_3_1~31 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;ds=sidebyside;h=75557602225e6f15d0ce28b6b76f00ee04e047ea;p=modules%2Fhydro.git Linux compilation. --- diff --git a/src/HYDROCurveCreator/CurveCreator_ICurve.hxx b/src/HYDROCurveCreator/CurveCreator_ICurve.hxx index a36ebe92..821343e3 100644 --- a/src/HYDROCurveCreator/CurveCreator_ICurve.hxx +++ b/src/HYDROCurveCreator/CurveCreator_ICurve.hxx @@ -62,7 +62,7 @@ public: typedef std::pair SectionToPoint; typedef std::deque SectionToPointList; - typedef std::deque>> SectionToPointCoordsList; + typedef std::deque< std::pair< SectionToPoint,std::deque< float > > > SectionToPointCoordsList; public: /***********************************************/