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_ClientObjectInfo.h')
-rw-r--r--source/gameengine/Ketsji/KX_ClientObjectInfo.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/source/gameengine/Ketsji/KX_ClientObjectInfo.h b/source/gameengine/Ketsji/KX_ClientObjectInfo.h
index 78f2f5446d4..1a94c39441f 100644
--- a/source/gameengine/Ketsji/KX_ClientObjectInfo.h
+++ b/source/gameengine/Ketsji/KX_ClientObjectInfo.h
@@ -29,8 +29,8 @@
* \ingroup ketsji
*/
-#ifndef __KX_CLIENTOBJECT_INFO_H
-#define __KX_CLIENTOBJECT_INFO_H
+#ifndef __KX_CLIENTOBJECTINFO_H__
+#define __KX_CLIENTOBJECTINFO_H__
/* Note, the way this works with/without sumo is a bit odd */
@@ -86,5 +86,5 @@ public:
#endif
};
-#endif //__KX_CLIENTOBJECT_INFO_H
+#endif //__KX_CLIENTOBJECTINFO_H__