From 83bb913b85ca52a38867b0ade60644fcca9b875d Mon Sep 17 00:00:00 2001 From: Joachim Schoeberl Date: Fri, 30 May 2025 09:35:26 +0200 Subject: [PATCH] dllheader topology table --- libsrc/meshing/topology.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libsrc/meshing/topology.hpp b/libsrc/meshing/topology.hpp index 6af79c3b..8ff134be 100644 --- a/libsrc/meshing/topology.hpp +++ b/libsrc/meshing/topology.hpp @@ -76,7 +76,7 @@ public: void SetBuildParentEdges (bool bh) { build_parent_edges = bh; } void SetBuildParentFaces (bool bh) { build_parent_faces = bh; } - void EnableTable (string name, bool set); + DLL_HEADER void EnableTable (string name, bool set); static void EnableTableStatic (string name, bool set); bool HasEdges () const { return buildedges; }