about summary refs log tree commit diff
diff options
context:
space:
mode:
authorChoupom <andycootlapin@hotmail.fr>2011-07-18 10:34:30 +0200
committeroy <Tom_Adams@web.de>2011-07-20 21:54:19 +0200
commit188e6223730e577a1cdfc5891f832c53c23cc146 (patch)
tree9dc31420283d127b005b7b147064368160fedfbb
parent6b2dc40570492baf8492d54d513da969c82f4a78 (diff)
downloadzcatch-188e6223730e577a1cdfc5891f832c53c23cc146.tar.gz
zcatch-188e6223730e577a1cdfc5891f832c53c23cc146.zip
fixed auto_map.h header guard
-rw-r--r--src/game/editor/auto_map.h4
1 files changed, 2 insertions, 2 deletions
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 <base/tl/array.h>