From df0ba6e934e68e8274083bf04888ecadb81ecff1 Mon Sep 17 00:00:00 2001 From: Christoph Sommer Date: Thu, 1 Jun 2006 23:09:26 +0000 Subject: [PATCH] #define fix SVN-Revision: 3621 --- src/trigger/switch.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/trigger/switch.hpp b/src/trigger/switch.hpp index fecc5b0ff..d7e68952b 100644 --- a/src/trigger/switch.hpp +++ b/src/trigger/switch.hpp @@ -17,8 +17,8 @@ // along with this program; if not, write to the Free Software // Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. -#ifndef SUPERTUX_DOOR_H -#define SUPERTUX_DOOR_H +#ifndef SUPERTUX_SWITCH_H +#define SUPERTUX_SWITCH_H #include -- 2.11.0