Salome HOME
IPAL54703: TC-9.6.0: GHS3DPLUGIN does not compile if option SALOME_USE_MG_LIBS is... V9_6_BR fixes_for_960 V9_6_0 V9_6_0rc1
authoreap <eap@opencascade.com>
Fri, 23 Oct 2020 09:35:22 +0000 (12:35 +0300)
committereap <eap@opencascade.com>
Fri, 23 Oct 2020 09:35:22 +0000 (12:35 +0300)
src/GHS3DPlugin/MG_Tetra_API.cxx

index c19938fde53dfd1733557962bdbddc0f351c57f1..2df5cc251c312872c07762213c58c5fec30279e1 100644 (file)
@@ -563,10 +563,10 @@ namespace // functions called by MG library to exchange with the application
       // progress message (10%): "MGMESSAGE  1009001  0 1 1.000000e+01"
       data->_progress = atof( desc + 24 );
 
-      _progressInCallBack = true;
+      data->_progressInCallBack = true;
     }
 
-    if ( !_progressInCallBack )
+    if ( !data->_progressInCallBack )
     {
       // Compute progress
       // corresponding messages are: