From: Christoph Sommer Date: Thu, 1 Jun 2006 23:09:26 +0000 (+0000) Subject: #define fix X-Git-Url: https://git.verplant.org/?a=commitdiff_plain;h=df0ba6e934e68e8274083bf04888ecadb81ecff1;p=supertux.git #define fix SVN-Revision: 3621 --- 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