add missing PropHandle specialization for MeshHandle
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user