Salome HOME
Debug
[modules/smesh.git] / src / StdMeshersGUI / StdMeshersGUI_NbSegmentsCreator.h
index 34682a25f9f8de0622bc74beeb9b4f81d4bf0c69..1c9612b28fa7c185028b04f142623f1c1125a035 100644 (file)
@@ -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;