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/ListValue.h')
-rw-r--r--source/gameengine/Expressions/ListValue.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/source/gameengine/Expressions/ListValue.h b/source/gameengine/Expressions/ListValue.h
index 4d97c6cc29c..83f8232ca5e 100644
--- a/source/gameengine/Expressions/ListValue.h
+++ b/source/gameengine/Expressions/ListValue.h
@@ -16,8 +16,8 @@
* \ingroup expressions
*/
-#ifndef _LISTVALUE_H
-#define _LISTVALUE_H
+#ifndef __LISTVALUE_H__
+#define __LISTVALUE_H__
#include "Value.h"
@@ -87,5 +87,5 @@ private:
bool m_bReleaseContents;
};
-#endif // !defined _LISTVALUE_H
+#endif // !defined __LISTVALUE_H__