diff --git a/Doc/Concepts/MeshKernel.hh b/Doc/Concepts/MeshKernel.hh index f7b0a50a..55e08e21 100644 --- a/Doc/Concepts/MeshKernel.hh +++ b/Doc/Concepts/MeshKernel.hh @@ -460,7 +460,7 @@ public: // Property Management //@{ /// Add property. /// @copydoc OpenMesh::BaseKernel::add_property() - template bool add_property( [VEHFM]PropHandleT& _ph, + template void add_property( [VEHFM]PropHandleT& _ph, const std::string& _name = "" ); //@}