From 75557602225e6f15d0ce28b6b76f00ee04e047ea Mon Sep 17 00:00:00 2001 From: adv Date: Thu, 21 Nov 2013 04:03:35 +0000 Subject: [PATCH] Linux compilation. --- src/HYDROCurveCreator/CurveCreator_ICurve.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: /***********************************************/ -- 2.30.2