diff --git a/src/SMESHGUI/SMESHGUI_Hypotheses.h b/src/SMESHGUI/SMESHGUI_Hypotheses.h index 4d25f86c1..b23b6a821 100644 --- a/src/SMESHGUI/SMESHGUI_Hypotheses.h +++ b/src/SMESHGUI/SMESHGUI_Hypotheses.h @@ -152,7 +152,7 @@ class HypothesisData const QStringList& theInputTypes, const QStringList& theOutputTypes, const bool theIsNeedGeometry = true, - const bool theSupportSub) + const bool theSupportSub = false) : TypeName( theTypeName ), PluginName( thePluginName ), ServerLibName( theServerLibName ),