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_PositionInterpolator.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source/gameengine/Ketsji/KX_PositionInterpolator.h') diff --git a/source/gameengine/Ketsji/KX_PositionInterpolator.h b/source/gameengine/Ketsji/KX_PositionInterpolator.h index 88124cfd085..ef5dfc8ac6b 100644 --- a/source/gameengine/Ketsji/KX_PositionInterpolator.h +++ b/source/gameengine/Ketsji/KX_PositionInterpolator.h @@ -29,8 +29,8 @@ * \ingroup ketsji */ -#ifndef KX_POSITIONINTERPOLATOR -#define KX_POSITIONINTERPOLATOR +#ifndef __KX_POSITIONINTERPOLATOR_H__ +#define __KX_POSITIONINTERPOLATOR_H__ #include "KX_IInterpolator.h" -- cgit v1.2.3