From 813d82717fd7561edfc3353c3b1b07cbee568b93 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Thu, 2 Sep 2021 16:08:05 +0200 Subject: [PATCH] Trade: no need to export this helper. --- src/Magnum/Trade/MeshData.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Magnum/Trade/MeshData.h b/src/Magnum/Trade/MeshData.h index 6377bafde..300ed91b6 100644 --- a/src/Magnum/Trade/MeshData.h +++ b/src/Magnum/Trade/MeshData.h @@ -1788,7 +1788,7 @@ class MAGNUM_TRADE_EXPORT MeshData { UnsignedInt attributeFor(MeshAttribute name, UnsignedInt id) const; /* Like attribute(), but returning just a 1D view */ - Containers::StridedArrayView1D attributeDataViewInternal(const MeshAttributeData& attribute) const; + MAGNUM_TRADE_LOCAL Containers::StridedArrayView1D attributeDataViewInternal(const MeshAttributeData& attribute) const; #ifndef CORRADE_NO_ASSERT template bool checkVertexFormatCompatibility(const MeshAttributeData& attribute, const char* prefix) const;