X-Git-Url: http://git.salome-platform.org/gitweb/?p=modules%2Fsmesh.git;a=blobdiff_plain;f=src%2FSMESH%2FSMESH_MEFISTO_2D.hxx;h=870e8d87dfc4b3335e8c6e14f1e16ff4f41455fa;hp=aa0f6931e8383b673f8de5d6c6842c5551d2d7b8;hb=97368ef20f17f60608c27e422f6d5054d585b087;hpb=5e5d6b74d845669507eb057a88f52ea5701158f3 diff --git a/src/SMESH/SMESH_MEFISTO_2D.hxx b/src/SMESH/SMESH_MEFISTO_2D.hxx index aa0f6931e..870e8d87d 100644 --- a/src/SMESH/SMESH_MEFISTO_2D.hxx +++ b/src/SMESH/SMESH_MEFISTO_2D.hxx @@ -79,8 +79,8 @@ public: protected: double _edgeLength; double _maxElementArea; - SMESH_MaxElementArea* _hypMaxElementArea; - SMESH_LengthFromEdges* _hypLengthFromEdges; + const SMESH_MaxElementArea* _hypMaxElementArea; + const SMESH_LengthFromEdges* _hypLengthFromEdges; }; #endif