From 82d2793c791664ea53ae82a3a4dfd5b1caeb29a3 Mon Sep 17 00:00:00 2001 From: adv Date: Fri, 22 Nov 2013 04:00:29 +0000 Subject: [PATCH] linux compilation. --- src/HYDROCurveCreator/CurveCreator_Curve.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/HYDROCurveCreator/CurveCreator_Curve.cxx b/src/HYDROCurveCreator/CurveCreator_Curve.cxx index c95d151b..a05c4836 100644 --- a/src/HYDROCurveCreator/CurveCreator_Curve.cxx +++ b/src/HYDROCurveCreator/CurveCreator_Curve.cxx @@ -400,7 +400,7 @@ bool CurveCreator_Curve::moveSection(const int theISection, } void CurveCreator_Curve::convert( const SectionToPointList& thePoints, - std::map>& theConvPoints ) + std::map< int, std::list >& theConvPoints ) { theConvPoints.clear(); -- 2.39.2