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;