X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FStdMeshersGUI%2FStdMeshersGUI_StdHypothesisCreator.cxx;fp=src%2FStdMeshersGUI%2FStdMeshersGUI_StdHypothesisCreator.cxx;h=b5b2d12086c21786e341ac6f07b3698ab25d0798;hb=44a2277a1a9b53dd1ca7cec27fab991882212c00;hp=0d72900dcb875cbf6ecfc46cd1fd23039d8a8d01;hpb=6d66c9caa86eca3fd9a3131fef75630408f13876;p=modules%2Fsmesh.git diff --git a/src/StdMeshersGUI/StdMeshersGUI_StdHypothesisCreator.cxx b/src/StdMeshersGUI/StdMeshersGUI_StdHypothesisCreator.cxx index 0d72900dc..b5b2d1208 100644 --- a/src/StdMeshersGUI/StdMeshersGUI_StdHypothesisCreator.cxx +++ b/src/StdMeshersGUI/StdMeshersGUI_StdHypothesisCreator.cxx @@ -343,9 +343,9 @@ namespace { */ //================================================================================ -bool StdMeshersGUI_StdHypothesisCreator::checkParams( QString& msg ) const +bool StdMeshersGUI_StdHypothesisCreator::checkParams( QString& msg, QStringList& absentParams ) const { - if( !SMESHGUI_GenericHypothesisCreator::checkParams( msg ) ) + if( !SMESHGUI_GenericHypothesisCreator::checkParams( msg, absentParams ) ) return false; // check if object reference parameter is set, as it has no default value