diff --git a/src/OpenMesh/Core/Utils/PropertyManager.hh b/src/OpenMesh/Core/Utils/PropertyManager.hh index ea5f0e1c..5bb6aba1 100644 --- a/src/OpenMesh/Core/Utils/PropertyManager.hh +++ b/src/OpenMesh/Core/Utils/PropertyManager.hh @@ -641,6 +641,7 @@ PropertyManager makePropertyManagerFromExistingOrNew(MeshT &mes */ template +OM_DEPRECATED("Use getOrMakeProperty instead.") PropertyManager makePropertyManagerFromExistingOrNew( MeshT &mesh, const char *propname, const ITERATOR_TYPE &begin, const ITERATOR_TYPE &end, @@ -662,6 +663,7 @@ PropertyManager makePropertyManagerFromExistingOrNew( */ template +OM_DEPRECATED("Use getOrMakeProperty instead.") PropertyManager makePropertyManagerFromExistingOrNew( MeshT &mesh, const char *propname, const ITERATOR_RANGE &range,