From 7ca2823079007c99aa65eebe67c15bd12fdc229a Mon Sep 17 00:00:00 2001 From: isn Date: Thu, 24 Nov 2016 14:11:51 +0300 Subject: [PATCH] comp errors on linux --- src/HYDROPy/HYDROData_LandCoverMap.sip | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/HYDROPy/HYDROData_LandCoverMap.sip b/src/HYDROPy/HYDROData_LandCoverMap.sip index 0ac9618b..b20417de 100644 --- a/src/HYDROPy/HYDROData_LandCoverMap.sip +++ b/src/HYDROPy/HYDROData_LandCoverMap.sip @@ -75,8 +75,9 @@ public: if ( !aRef.IsNull() ) { Py_BEGIN_ALLOW_THREADS - sipRes = sipSelfWasArg ? sipCpp->HYDROData_LandCoverMap::ExportTelemac( *a0, a1, aRef, QString("") ): - sipCpp->ExportTelemac( *a0, a1, aRef, QString("") ); + QString messStat; + sipRes = sipSelfWasArg ? sipCpp->HYDROData_LandCoverMap::ExportTelemac( *a0, a1, aRef, messStat ): + sipCpp->ExportTelemac( *a0, a1, aRef, messStat ); Py_END_ALLOW_THREADS } %End -- 2.39.2