From 2e70798b9ee6c03d93ab0a28105386685494fd48 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20M=C3=B6bius?= Date: Wed, 14 Jan 2015 09:51:16 +0000 Subject: [PATCH] Fixed Typo in MeshKernel concept doc (Thanks to Roman Zoller for the patch) git-svn-id: http://www.openmesh.org/svnrepo/OpenMesh/trunk@1192 fdac6126-5c0c-442c-9429-916003d36597 --- Doc/Concepts/MeshKernel.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 = "" ); //@}