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/Expressions/BoolValue.h')
-rw-r--r--source/gameengine/Expressions/BoolValue.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/source/gameengine/Expressions/BoolValue.h b/source/gameengine/Expressions/BoolValue.h
index 23c8ef5b0e9..48238264f1b 100644
--- a/source/gameengine/Expressions/BoolValue.h
+++ b/source/gameengine/Expressions/BoolValue.h
@@ -16,8 +16,8 @@
* \ingroup expressions
*/
-#ifndef _BOOLVALUE_H
-#define _BOOLVALUE_H
+#ifndef __BOOLVALUE_H__
+#define __BOOLVALUE_H__
#include "Value.h"
@@ -64,5 +64,5 @@ public:
#endif
};
-#endif // !defined _BOOLVALUE_H
+#endif // !defined __BOOLVALUE_H__