X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FSMESH%2FSMESH_Hypothesis.hxx;h=1d881a68000f816a4dbbb20f76fdd65ad827e580;hb=0c22c61f19c93ae0e47d1fa96159bcd93c39609d;hp=9fcea7b251bda25357683ae1d1568483db93ec58;hpb=bc37f0b49f9713347749b6325e1c7062de8857ae;p=modules%2Fsmesh.git diff --git a/src/SMESH/SMESH_Hypothesis.hxx b/src/SMESH/SMESH_Hypothesis.hxx index 9fcea7b25..1d881a680 100644 --- a/src/SMESH/SMESH_Hypothesis.hxx +++ b/src/SMESH/SMESH_Hypothesis.hxx @@ -68,7 +68,7 @@ protected: int _param_algo_dim; private: - string _libName; + std::string _libName; }; #endif