DLL_HEADER for MeshTopology

This commit is contained in:
Matthias Hochsteger 2023-09-18 13:50:33 +02:00
parent 8efc3a2fe2
commit 9cf7db65e3

View File

@ -51,8 +51,8 @@ public:
MeshTopology () = default; MeshTopology () = default;
MeshTopology (MeshTopology && top) = default; MeshTopology (MeshTopology && top) = default;
MeshTopology (const Mesh & amesh); DLL_HEADER MeshTopology (const Mesh & amesh);
~MeshTopology (); DLL_HEADER ~MeshTopology ();
MeshTopology & operator= (MeshTopology && top) = default; MeshTopology & operator= (MeshTopology && top) = default;
void SetBuildVertex2Element (bool bv2e) { buildvertex2element = bv2e; } void SetBuildVertex2Element (bool bv2e) { buildvertex2element = bv2e; }