From b8e019d8396ed102323df234df8b1cc6b35712a1 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Thu, 23 Feb 2012 10:41:31 +0000 Subject: use __ prefix on header guards to avoid mixing up defines with api functions / classes. --- source/gameengine/Ketsji/KX_ObstacleSimulation.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source/gameengine/Ketsji/KX_ObstacleSimulation.h') diff --git a/source/gameengine/Ketsji/KX_ObstacleSimulation.h b/source/gameengine/Ketsji/KX_ObstacleSimulation.h index f429d7480c9..d9bda34f112 100644 --- a/source/gameengine/Ketsji/KX_ObstacleSimulation.h +++ b/source/gameengine/Ketsji/KX_ObstacleSimulation.h @@ -23,8 +23,8 @@ * ***** END GPL LICENSE BLOCK ***** */ -#ifndef __KX_OBSTACLESIMULATION -#define __KX_OBSTACLESIMULATION +#ifndef __KX_OBSTACLESIMULATION_H__ +#define __KX_OBSTACLESIMULATION_H__ #include #include "MT_Point2.h" -- cgit v1.2.3