From af3910d1430ca490c3c98b9b46b807e78eca012e Mon Sep 17 00:00:00 2001 From: gdd Date: Wed, 15 Feb 2012 13:07:11 +0000 Subject: [PATCH] Initialisation of private variable. --- src/SMESH/SMESH_Hypothesis.cxx | 2 ++ 1 file changed, 2 insertions(+) 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(); } //============================================================================= -- 2.39.2