Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'source/gameengine/Ketsji/KX_RaySensor.h')
-rw-r--r--source/gameengine/Ketsji/KX_RaySensor.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/source/gameengine/Ketsji/KX_RaySensor.h b/source/gameengine/Ketsji/KX_RaySensor.h
index 4c0009a5a4c..f5d1c72d098 100644
--- a/source/gameengine/Ketsji/KX_RaySensor.h
+++ b/source/gameengine/Ketsji/KX_RaySensor.h
@@ -30,8 +30,8 @@
* \brief Cast a ray and feel for objects
*/
-#ifndef __KX_RAYSENSOR_H
-#define __KX_RAYSENSOR_H
+#ifndef __KX_RAYSENSOR_H__
+#define __KX_RAYSENSOR_H__
#include "SCA_ISensor.h"
#include "MT_Point3.h"
@@ -100,5 +100,5 @@ public:
};
-#endif //__KX_RAYSENSOR_H
+#endif //__KX_RAYSENSOR_H__