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:
@@ -460,7 +460,7 @@ public: // Property Management
|
||||
//@{
|
||||
/// 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 = "" );
|
||||
//@}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user