From e50135faccbe0ab5a288ca5c5400824cc9d0bc20 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matthias=20M=C3=B6ller?= Date: Wed, 8 Aug 2012 14:12:39 +0000 Subject: [PATCH] - fix doc warning git-svn-id: http://www.openmesh.org/svnrepo/OpenMesh/trunk@647 fdac6126-5c0c-442c-9429-916003d36597 --- src/OpenMesh/Tools/Decimater/ModBaseT.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/OpenMesh/Tools/Decimater/ModBaseT.hh b/src/OpenMesh/Tools/Decimater/ModBaseT.hh index 842b20a3..44177f5f 100644 --- a/src/OpenMesh/Tools/Decimater/ModBaseT.hh +++ b/src/OpenMesh/Tools/Decimater/ModBaseT.hh @@ -140,7 +140,7 @@ private: * and uses DECIMATER_MODNAME() to define the name of the module. * * \param Classname The name of the derived class. - * \param DecimaterT Pass here the decimater type, which is the + * \param MeshT Pass here the mesh type, which is the * template parameter passed to ModBaseT. * \param Name Give the module a name. */