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_ScalarInterpolator.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source/gameengine/Ketsji/KX_ScalarInterpolator.h') diff --git a/source/gameengine/Ketsji/KX_ScalarInterpolator.h b/source/gameengine/Ketsji/KX_ScalarInterpolator.h index 9e5a43ecff9..d08a32ce0aa 100644 --- a/source/gameengine/Ketsji/KX_ScalarInterpolator.h +++ b/source/gameengine/Ketsji/KX_ScalarInterpolator.h @@ -29,8 +29,8 @@ * \ingroup ketsji */ -#ifndef KX_SCALARINTERPOLATOR -#define KX_SCALARINTERPOLATOR +#ifndef __KX_SCALARINTERPOLATOR_H__ +#define __KX_SCALARINTERPOLATOR_H__ #include "MT_Scalar.h" #include "KX_IInterpolator.h" -- cgit v1.2.3