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/EmptyValue.h')
-rw-r--r--source/gameengine/Expressions/EmptyValue.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/source/gameengine/Expressions/EmptyValue.h b/source/gameengine/Expressions/EmptyValue.h
index d7212c55adf..73946da6705 100644
--- a/source/gameengine/Expressions/EmptyValue.h
+++ b/source/gameengine/Expressions/EmptyValue.h
@@ -16,8 +16,8 @@
* \ingroup expressions
*/
-#ifndef _EMPTYVALUE_H
-#define _EMPTYVALUE_H
+#ifndef __EMPTYVALUE_H__
+#define __EMPTYVALUE_H__
#include "Value.h"
@@ -47,5 +47,5 @@ public:
#endif
};
-#endif // !defined _EMPTYVALUE_H
+#endif // !defined __EMPTYVALUE_H__