diff options
author | Matthias Schiffer <matthias@gamezock.de> | 2008-09-07 21:39:11 +0200 |
---|---|---|
committer | Matthias Schiffer <matthias@gamezock.de> | 2008-09-07 21:39:11 +0200 |
commit | ce10864739759813d7376e447fae96abef23598d (patch) | |
tree | 3e4d9c732a6836dcfb66889fd204e1177800c518 /src/Common | |
parent | 7d5b81e9936b1c778fd6408f3f22478e9ab9486b (diff) | |
download | mad-ce10864739759813d7376e447fae96abef23598d.tar mad-ce10864739759813d7376e447fae96abef23598d.zip |
Einige Vereinfachungen und Bugfixes
Diffstat (limited to 'src/Common')
-rw-r--r-- | src/Common/Util.h | 6 |
1 files changed, 3 insertions, 3 deletions
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 <http://www.gnu.org/licenses/>. */ -#ifndef UTIL_H_ -#define UTIL_H_ +#ifndef MAD_COMMON_UTIL_H_ +#define MAD_COMMON_UTIL_H_ #include <string> #include <locale> @@ -59,4 +59,4 @@ class Util { } } -#endif /* UTIL_H_ */ +#endif /* MAD_COMMON_UTIL_H_ */ |