From c13ae14b5ab95001d14029b2c2de594208faec34 Mon Sep 17 00:00:00 2001 From: Nabil Ghodbane Date: Mon, 8 Apr 2024 09:27:15 +0200 Subject: [PATCH] bos #41647 [CEA][Windows] bos #38044 breaks GEOM compilation --- src/GEOMImpl/GEOMImpl_IHealingOperations.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/GEOMImpl/GEOMImpl_IHealingOperations.hxx b/src/GEOMImpl/GEOMImpl_IHealingOperations.hxx index ac9b0dfe6..27c0cc42e 100644 --- a/src/GEOMImpl/GEOMImpl_IHealingOperations.hxx +++ b/src/GEOMImpl/GEOMImpl_IHealingOperations.hxx @@ -109,7 +109,7 @@ class GEOMImpl_IHealingOperations : public GEOM_IOperations { // This function doesn't do any healing. // The only goal is to provide Python dump functionality for // algorithms entirely implemented in Python. - void FuncToPythonDump( + Standard_EXPORT void FuncToPythonDump( Handle(GEOM_Object) theObject, Handle(GEOM_Object) result, const char* imports,