From 155fd054a67893b0e170ae60d5a66d563975212b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20M=C3=B6bius?= Date: Mon, 6 Aug 2012 16:10:18 +0000 Subject: [PATCH] Fixed wrong unittest include guard git-svn-id: http://www.openmesh.org/svnrepo/OpenMesh/trunk@643 fdac6126-5c0c-442c-9429-916003d36597 --- src/Unittests/unittests_property.hh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Unittests/unittests_property.hh b/src/Unittests/unittests_property.hh index 458d6ffa..40ed76d4 100644 --- a/src/Unittests/unittests_property.hh +++ b/src/Unittests/unittests_property.hh @@ -1,5 +1,5 @@ -#ifndef INCLUDE_UNITTESTS_DECIMATER_HH -#define INCLUDE_UNITTESTS_DECIMATER_HH +#ifndef INCLUDE_UNITTESTS_PROPERTY_HH +#define INCLUDE_UNITTESTS_PROPERTY_HH #include #include