]> SALOME platform Git repositories - modules/hydro.git/commitdiff
Salome HOME
comp errors on linux
authorisn <isn@opencascade.com>
Thu, 24 Nov 2016 11:11:51 +0000 (14:11 +0300)
committerisn <isn@opencascade.com>
Thu, 24 Nov 2016 11:11:51 +0000 (14:11 +0300)
src/HYDROPy/HYDROData_LandCoverMap.sip

index 0ac9618b38c3b77316bfaf0f536cdc362ee47421..b20417de3d7b4b9dba31add8b0ac42aae5a1a260 100644 (file)
@@ -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