diff options
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_ */ |