From: caremoli Date: Mon, 5 Oct 2009 06:55:25 +0000 (+0000) Subject: CCAR: _id not initialized X-Git-Tag: V5_1_3rc1~17 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=c8077bb518e7a34771973b25d2fb977a87bf847b;p=modules%2Fkernel.git CCAR: _id not initialized --- diff --git a/src/Container/Component_i.cxx b/src/Container/Component_i.cxx index f666a5bf2..66d3cd22a 100644 --- a/src/Container/Component_i.cxx +++ b/src/Container/Component_i.cxx @@ -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...");