From 52111d0ad7a0d8acccc1bb4e49bb5877d949b844 Mon Sep 17 00:00:00 2001 From: skv Date: Thu, 20 Oct 2016 12:08:39 +0300 Subject: [PATCH] 0023366: [CEA 1972] Porting Salome to GCC 6 --- src/Container/SALOME_ComponentPy.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Container/SALOME_ComponentPy.py b/src/Container/SALOME_ComponentPy.py index 5386477ce..a9ce718b8 100755 --- a/src/Container/SALOME_ComponentPy.py +++ b/src/Container/SALOME_ComponentPy.py @@ -64,7 +64,7 @@ class SALOME_ComponentPy_i (Engines__POA.EngineComponent): #------------------------------------------------------------------------- def __init__ (self, orb, poa, contID, containerName, - instanceName, interfaceName, notif=0): + instanceName, interfaceName, notif=False): # Notif for notification services # NOT YET IMPLEMENTED MESSAGE( "SALOME_ComponentPy_i::__init__" + " " + str (containerName) + " " + str(instanceName) + " " + str(interfaceName) ) -- 2.39.2