From 84f398d97af13989eb43f4787cfe58b03c1d16ce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20M=C3=B6bius?= Date: Tue, 13 Nov 2012 07:18:29 +0000 Subject: [PATCH] Fixed deciater example git-svn-id: http://www.openmesh.org/svnrepo/OpenMesh/trunk@765 fdac6126-5c0c-442c-9429-916003d36597 --- Doc/Examples/decimater.cc | 2 +- Doc/changelog.docu | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Doc/Examples/decimater.cc b/Doc/Examples/decimater.cc index 10785acd..0ebb58c0 100644 --- a/Doc/Examples/decimater.cc +++ b/Doc/Examples/decimater.cc @@ -10,7 +10,7 @@ typedef TriMesh_ArrayKernelT<> Mesh; typedef Decimater::DecimaterT< Mesh > Decimater; // Decimation Module Handle type -typedef Decimater::ModQuadricT< decimater >::Handle HModQuadric; +typedef Decimater::ModQuadricT< Mesh >::Handle HModQuadric; // ---------------------------------------- decimater setup diff --git a/Doc/changelog.docu b/Doc/changelog.docu index 3e705c5c..ff842d38 100644 --- a/Doc/changelog.docu +++ b/Doc/changelog.docu @@ -7,7 +7,7 @@ -2.4 (?/?/?,Rev.758) +2.4 (?/?/?,Rev.764) @@ -37,6 +37,7 @@ Decimater