Skip to content

Commit 2a6e99a

Browse files
authored
[Mesh] Remove symbol export on template class BlenderExporter (#6157)
* [Mesh] Remove symbol export on template class BlenderExporter * same for TopologyBoundingTrasher
1 parent 934efff commit 2a6e99a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Sofa/Component/IO/Mesh/src/sofa/component/io/mesh/BlenderExporter.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ namespace _blenderexporter_
5454
// TODO: currently the export only support soft body and hair simulations, clothes, smoke and fluid simulation could be added.
5555

5656
template<class T>
57-
class SOFA_COMPONENT_IO_MESH_API BlenderExporter: public sofa::simulation::BaseSimulationExporter
57+
class BlenderExporter: public sofa::simulation::BaseSimulationExporter
5858
{
5959
public:
6060
typedef sofa::simulation::BaseSimulationExporter Inherit;

Sofa/Component/Topology/Utility/src/sofa/component/topology/utility/TopologyBoundingTrasher.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ namespace sofa::component::topology::utility
5151
*
5252
*/
5353
template <class DataTypes>
54-
class SOFA_COMPONENT_TOPOLOGY_UTILITY_API TopologyBoundingTrasher: public core::objectmodel::BaseComponent
54+
class TopologyBoundingTrasher: public core::objectmodel::BaseComponent
5555
{
5656
public:
5757
SOFA_CLASS(SOFA_TEMPLATE(TopologyBoundingTrasher, DataTypes), core::objectmodel::BaseComponent);

0 commit comments

Comments
 (0)