]> SALOME platform Git repositories - modules/kernel.git/commitdiff
Salome HOME
CCAR: _id not initialized
authorcaremoli <caremoli>
Mon, 5 Oct 2009 06:55:25 +0000 (06:55 +0000)
committercaremoli <caremoli>
Mon, 5 Oct 2009 06:55:25 +0000 (06:55 +0000)
src/Container/Component_i.cxx

index f666a5bf25a5245ab6b5f8ad61f802c80fb7a75f..66d3cd22a5c65a9cf39c055ef4b503624c35fd47 100644 (file)
@@ -67,7 +67,7 @@ bool Engines_Component_i::_isMultiInstance = false;
  */
 //=============================================================================
 
-Engines_Component_i::Engines_Component_i():_myConnexionToRegistry(0), _notifSupplier(0)
+Engines_Component_i::Engines_Component_i():_myConnexionToRegistry(0), _notifSupplier(0), _id(0)
 {
   //ASSERT(0);
   MESSAGE("Default Constructor, not for normal use...");