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_EmptyObject.h')
-rw-r--r--source/gameengine/Ketsji/KX_EmptyObject.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/source/gameengine/Ketsji/KX_EmptyObject.h b/source/gameengine/Ketsji/KX_EmptyObject.h
index 845a37fa04a..7ad9984888d 100644
--- a/source/gameengine/Ketsji/KX_EmptyObject.h
+++ b/source/gameengine/Ketsji/KX_EmptyObject.h
@@ -29,8 +29,8 @@
* \ingroup ketsji
*/
-#ifndef __KX_EMPTYOBJECT
-#define __KX_EMPTYOBJECT
+#ifndef __KX_EMPTYOBJECT_H__
+#define __KX_EMPTYOBJECT_H__
#include "KX_GameObject.h"
class KX_EmptyObject : public KX_GameObject
@@ -49,5 +49,5 @@ public:
#endif
};
-#endif //__KX_EMPTYOBJECT
+#endif //__KX_EMPTYOBJECT_H__