From: isn Date: Thu, 24 Nov 2016 11:11:51 +0000 (+0300) Subject: comp errors on linux X-Git-Tag: v1.6~27 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=7ca2823079007c99aa65eebe67c15bd12fdc229a;p=modules%2Fhydro.git comp errors on linux --- 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