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_IInterpolator.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source/gameengine/Ketsji/KX_IInterpolator.h') diff --git a/source/gameengine/Ketsji/KX_IInterpolator.h b/source/gameengine/Ketsji/KX_IInterpolator.h index ed843962bd0..2e30d77f8e5 100644 --- a/source/gameengine/Ketsji/KX_IInterpolator.h +++ b/source/gameengine/Ketsji/KX_IInterpolator.h @@ -29,8 +29,8 @@ * \ingroup ketsji */ -#ifndef KX_IINTERPOLATOR_H -#define KX_IINTERPOLATOR_H +#ifndef __KX_IINTERPOLATOR_H__ +#define __KX_IINTERPOLATOR_H__ #include -- cgit v1.2.3