X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FStdMeshersGUI%2FStdMeshersGUI_NbSegmentsCreator.h;fp=src%2FStdMeshersGUI%2FStdMeshersGUI_NbSegmentsCreator.h;h=1c9612b28fa7c185028b04f142623f1c1125a035;hb=e5ed5aa5ac8420179aa37e3bf3a175e22ef3f69a;hp=34682a25f9f8de0622bc74beeb9b4f81d4bf0c69;hpb=8bd7e4737d4999c204dba61f1c065a4611f50cce;p=modules%2Fsmesh.git diff --git a/src/StdMeshersGUI/StdMeshersGUI_NbSegmentsCreator.h b/src/StdMeshersGUI/StdMeshersGUI_NbSegmentsCreator.h index 34682a25f..1c9612b28 100644 --- a/src/StdMeshersGUI/StdMeshersGUI_NbSegmentsCreator.h +++ b/src/StdMeshersGUI/StdMeshersGUI_NbSegmentsCreator.h @@ -77,7 +77,7 @@ protected slots: private: bool readParamsFromHypo( NbSegmentsHypothesisData& ) const; bool readParamsFromWidgets( NbSegmentsHypothesisData& ) const; - bool storeParamsToHypo( const NbSegmentsHypothesisData& ) const; + bool storeParamsToHypo( const NbSegmentsHypothesisData&, bool = false ) const; private: SalomeApp_IntSpinBox* myNbSeg;