From 188e6223730e577a1cdfc5891f832c53c23cc146 Mon Sep 17 00:00:00 2001 From: Choupom Date: Mon, 18 Jul 2011 10:34:30 +0200 Subject: fixed auto_map.h header guard --- src/game/editor/auto_map.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/game/editor') diff --git a/src/game/editor/auto_map.h b/src/game/editor/auto_map.h index 4f4cf92e..ee570378 100644 --- a/src/game/editor/auto_map.h +++ b/src/game/editor/auto_map.h @@ -1,5 +1,5 @@ -#ifndef GAME_EDITOR_ED_AUTO_MAP_H -#define GAME_EDITOR_ED_AUTO_MAP_H +#ifndef GAME_EDITOR_AUTO_MAP_H +#define GAME_EDITOR_AUTO_MAP_H #include -- cgit 1.4.1