From 7d3e4fc0b103f5b2c50eb11427591d15c4091db0 Mon Sep 17 00:00:00 2001 From: rnv Date: Tue, 28 Jan 2020 16:45:37 +0300 Subject: [PATCH] bos #18659 [CEA][Windows] SMESH compilation issue --- src/SMESHGUI/SMESHGUI_Hypotheses.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/SMESHGUI/SMESHGUI_Hypotheses.cxx b/src/SMESHGUI/SMESHGUI_Hypotheses.cxx index 2c22e5a54..5078f0df7 100644 --- a/src/SMESHGUI/SMESHGUI_Hypotheses.cxx +++ b/src/SMESHGUI/SMESHGUI_Hypotheses.cxx @@ -807,8 +807,8 @@ HypothesesSet::HypothesesSet( const QString& theSetName, : myUseCommonSize( useCommonSize ), myQuadDominated( isQuadDominated ), myHypoSetName( theSetName ), - myHypoList({ mainHypos, altHypos, intHypos }), - myAlgoList({ mainAlgos, altAlgos, intAlgos }), + myHypoList { mainHypos, altHypos, intHypos }, + myAlgoList { mainAlgos, altAlgos, intAlgos }, myIsAlgo( false ), myIsCustom( false ), myIndex( 0 ) -- 2.30.2