From ce10864739759813d7376e447fae96abef23598d Mon Sep 17 00:00:00 2001 From: Matthias Schiffer Date: Sun, 7 Sep 2008 21:39:11 +0200 Subject: Einige Vereinfachungen und Bugfixes --- src/Common/Util.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/Common') diff --git a/src/Common/Util.h b/src/Common/Util.h index 19e1eeb..04b666c 100644 --- a/src/Common/Util.h +++ b/src/Common/Util.h @@ -17,8 +17,8 @@ * with this program. If not, see . */ -#ifndef UTIL_H_ -#define UTIL_H_ +#ifndef MAD_COMMON_UTIL_H_ +#define MAD_COMMON_UTIL_H_ #include #include @@ -59,4 +59,4 @@ class Util { } } -#endif /* UTIL_H_ */ +#endif /* MAD_COMMON_UTIL_H_ */ -- cgit v1.2.3