Skip to content

Commit 60b8cdf

Browse files
dlyrnmellado
authored andcommitted
remove uneeded export api on template
1 parent 764500b commit 60b8cdf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Engine/Data/Mesh.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -505,7 +505,7 @@ class RA_ENGINE_API Mesh : public IndexedGeometry<Core::Geometry::TriangleMesh>
505505
/// Each face of the polyhedron (typically quads) are assume to be planar and convex.
506506
/// Simple triangulation is performed on the fly before sending data to the GPU.
507507
template <typename T>
508-
class RA_ENGINE_API GeneralMesh : public IndexedGeometry<T>
508+
class GeneralMesh : public IndexedGeometry<T>
509509
{
510510
using base = IndexedGeometry<T>;
511511
using IndexType = Core::Vector3ui;

0 commit comments

Comments
 (0)