From c1f3a4d3d104ebdc70bb8f6bdb5b86f09d67f7f4 Mon Sep 17 00:00:00 2001 From: Max Lyon Date: Tue, 2 Mar 2021 02:08:17 +0100 Subject: [PATCH] add missing PropHandle specialization for MeshHandle --- src/OpenMesh/Core/Utils/Property.hh | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/OpenMesh/Core/Utils/Property.hh b/src/OpenMesh/Core/Utils/Property.hh index 3629e540..ec48e22a 100644 --- a/src/OpenMesh/Core/Utils/Property.hh +++ b/src/OpenMesh/Core/Utils/Property.hh @@ -597,6 +597,12 @@ struct PropHandle { using type = FPropHandleT; }; +template <> +struct PropHandle { + template + using type = MPropHandleT; +}; + } // namespace OpenMesh //============================================================================= //#endif // OPENMESH_PROPERTY_HH defined