From: gdd Date: Wed, 15 Feb 2012 13:07:11 +0000 (+0000) Subject: Initialisation of private variable. X-Git-Tag: V6_5_0a1~131 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=af3910d1430ca490c3c98b9b46b807e78eca012e;p=modules%2Fsmesh.git Initialisation of private variable. --- diff --git a/src/SMESH/SMESH_Hypothesis.cxx b/src/SMESH/SMESH_Hypothesis.cxx index ee5253c56..e6f04ee38 100644 --- a/src/SMESH/SMESH_Hypothesis.cxx +++ b/src/SMESH/SMESH_Hypothesis.cxx @@ -52,6 +52,8 @@ SMESH_Hypothesis::SMESH_Hypothesis(int hypId, _shapeType = 0; // to be set by algo with TopAbs_Enum _param_algo_dim = -1; // to be set by algo parameter _parameters = string(); + _lastParameters = string(); + _libName = string(); } //=============================================================================