From 2a18de7b9b23320f11cd6d9bbaa16585aa04eccd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20M=C3=B6bius?= Date: Tue, 11 Aug 2009 06:32:28 +0000 Subject: [PATCH] Fixed typo git-svn-id: http://www.openmesh.org/svnrepo/OpenMesh/trunk@191 fdac6126-5c0c-442c-9429-916003d36597 --- src/OpenMesh/Core/IO/OMFormat.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/OpenMesh/Core/IO/OMFormat.hh b/src/OpenMesh/Core/IO/OMFormat.hh index 209edac2..a688fbef 100644 --- a/src/OpenMesh/Core/IO/OMFormat.hh +++ b/src/OpenMesh/Core/IO/OMFormat.hh @@ -172,7 +172,7 @@ namespace OMFormat { Entity_Mesh = 0x01, Entity_Face = 0x02, Entity_Edge = 0x04, - Entity_Halfedge = 0x06, + Entity_Halfedge = 0x06 }; enum Dim {