From 0fe03353fe170f68df0aa4802ed28c0212388c94 Mon Sep 17 00:00:00 2001 From: rnv Date: Mon, 17 Feb 2020 19:17:08 +0300 Subject: [PATCH] Fix for '#18728[CEA][Windows] SMESH compilation broken __cdecl SMESH::GetMeshesUsingAlgoOrHypothesis' --- src/SMESHGUI/SMESHGUI_HypothesesUtils.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/SMESHGUI/SMESHGUI_HypothesesUtils.h b/src/SMESHGUI/SMESHGUI_HypothesesUtils.h index 904a04b67..4f8840b2b 100644 --- a/src/SMESHGUI/SMESHGUI_HypothesesUtils.h +++ b/src/SMESHGUI/SMESHGUI_HypothesesUtils.h @@ -116,6 +116,7 @@ namespace SMESH SMESH::SMESH_Hypothesis_ptr ); typedef std::vector<_PTR(SObject)> SObjectList; + SMESHGUI_EXPORT SObjectList GetMeshesUsingAlgoOrHypothesis( SMESH::SMESH_Hypothesis_ptr ); SMESHGUI_EXPORT