Salome HOME
0023366: [CEA 1972] Porting Salome to GCC 6 V8_2_0a1 V8_2_0b1
authorvsr <vsr@opencascade.com>
Mon, 24 Oct 2016 08:04:16 +0000 (11:04 +0300)
committervsr <vsr@opencascade.com>
Mon, 24 Oct 2016 08:04:16 +0000 (11:04 +0300)
src/PYHELLO/PYHELLO.py

index 03757668700ad0b0a30de14a2952412c8918c366..36aba6d48638167782129d02e702ed2b40745dfa 100644 (file)
@@ -45,7 +45,7 @@ class PYHELLO(PYHELLO_ORB__POA.PYHELLO_Gen,
     def __init__ ( self, orb, poa, contID, containerName, instanceName,
                    interfaceName ):
         SALOME_ComponentPy.SALOME_ComponentPy_i.__init__(self, orb, poa,
-                    contID, containerName, instanceName, interfaceName, 0)
+                    contID, containerName, instanceName, interfaceName, False)
         SALOME_DriverPy.SALOME_DriverPy_i.__init__(self, interfaceName)
         #
         self._naming_service = SALOME_ComponentPy.SALOME_NamingServicePy_i( self._orb )