From 4e93943347645ea6045010b40eac5d015db59d9c Mon Sep 17 00:00:00 2001 From: "Huabing.Xu" Date: Wed, 2 Apr 2014 14:41:05 +0800 Subject: [PATCH] minor change --- cocos/math/CCMath.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cocos/math/CCMath.h b/cocos/math/CCMath.h index 38db5b51f3..e5f1daa130 100644 --- a/cocos/math/CCMath.h +++ b/cocos/math/CCMath.h @@ -1,5 +1,5 @@ -#ifndef __MATH_H__ -#define __MATH_H__ +#ifndef __CC_MATH_H__ +#define __CC_MATH_H__ #include "Vector2.h" #include "Vector3.h"