add missing PropHandle specialization for MeshHandle

This commit is contained in:
Max Lyon
2021-03-02 02:08:17 +01:00
parent 414c3507f2
commit c1f3a4d3d1

View File

@@ -597,6 +597,12 @@ struct PropHandle<FaceHandle> {
using type = FPropHandleT<T>;
};
template <>
struct PropHandle<MeshHandle> {
template <typename T>
using type = MPropHandleT<T>;
};
} // namespace OpenMesh
//=============================================================================
//#endif // OPENMESH_PROPERTY_HH defined