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/SceneGraph/SG_Controller.h')
-rw-r--r--source/gameengine/SceneGraph/SG_Controller.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/source/gameengine/SceneGraph/SG_Controller.h b/source/gameengine/SceneGraph/SG_Controller.h
index dd4ed0755cb..f6361d2c992 100644
--- a/source/gameengine/SceneGraph/SG_Controller.h
+++ b/source/gameengine/SceneGraph/SG_Controller.h
@@ -32,8 +32,8 @@
* \ingroup bgesg
*/
-#ifndef __SG_CONTROLLER_H
-#define __SG_CONTROLLER_H
+#ifndef __SG_CONTROLLER_H__
+#define __SG_CONTROLLER_H__
#include "SG_IObject.h"
@@ -124,5 +124,5 @@ protected:
};
-#endif //__SG_CONTROLLER_H
+#endif //__SG_CONTROLLER_H__