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
This commit is contained in:
Jan Möbius
2015-01-14 09:51:16 +00:00
parent eec4aaacba
commit 2e70798b9e

View File

@@ -460,7 +460,7 @@ public: // Property Management
//@{ //@{
/// Add property. /// Add property.
/// @copydoc OpenMesh::BaseKernel::add_property() /// @copydoc OpenMesh::BaseKernel::add_property()
template <typename T> bool add_property( [VEHFM]PropHandleT<T>& _ph, template <typename T> void add_property( [VEHFM]PropHandleT<T>& _ph,
const std::string& _name = "" ); const std::string& _name = "" );
//@} //@}