From 8ba259f4aa7da1ee5428acf8c808ea225a68c1ef Mon Sep 17 00:00:00 2001 From: vsr Date: Mon, 24 Oct 2016 11:02:35 +0300 Subject: [PATCH] 0023366: [CEA 1972] Porting Salome to GCC 6 --- src/PYCALCULATOR/PYCALCULATOR.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/PYCALCULATOR/PYCALCULATOR.py b/src/PYCALCULATOR/PYCALCULATOR.py index 4d1f20c..4ad9a14 100755 --- a/src/PYCALCULATOR/PYCALCULATOR.py +++ b/src/PYCALCULATOR/PYCALCULATOR.py @@ -57,7 +57,7 @@ class PYCALCULATOR(PYCALCULATOR_ORB__POA.PYCALCULATOR_Gen, SALOME_ComponentPy.SA containerName, # SALOME container name instanceName, # component instance name interfaceName, # component interface name - 0) # notification flag (for notification server) + False) # notification flag (for notification server) self._naming_service = SALOME_ComponentPy.SALOME_NamingServicePy_i(self._orb) -- 2.39.2