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_ParentActuator.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source/gameengine/Ketsji/KX_ParentActuator.h') diff --git a/source/gameengine/Ketsji/KX_ParentActuator.h b/source/gameengine/Ketsji/KX_ParentActuator.h index d9509894748..6191b889da3 100644 --- a/source/gameengine/Ketsji/KX_ParentActuator.h +++ b/source/gameengine/Ketsji/KX_ParentActuator.h @@ -30,8 +30,8 @@ * \brief Set or remove an objects parent */ -#ifndef __KX_PARENTACTUATOR -#define __KX_PARENTACTUATOR +#ifndef __KX_PARENTACTUATOR_H__ +#define __KX_PARENTACTUATOR_H__ #include "SCA_IActuator.h" #include "SCA_LogicManager.h" -- cgit v1.2.3