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:
authorCampbell Barton <ideasman42@gmail.com>2012-03-09 23:17:19 +0400
committerCampbell Barton <ideasman42@gmail.com>2012-03-09 23:17:19 +0400
commit80dca0a06d35fd405a708953e594abfdf6d03ff7 (patch)
tree88822cef8f980b460ce76371bd6944372fd5fe9d /source/gameengine/Expressions/IntValue.h
parent36b2f4a009000e445c5fd4962f9a9122fd084d95 (diff)
style cleanup: consistent names for header guards.
Diffstat (limited to 'source/gameengine/Expressions/IntValue.h')
-rw-r--r--source/gameengine/Expressions/IntValue.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/source/gameengine/Expressions/IntValue.h b/source/gameengine/Expressions/IntValue.h
index 09cf910dbc3..733ee8bfa4e 100644
--- a/source/gameengine/Expressions/IntValue.h
+++ b/source/gameengine/Expressions/IntValue.h
@@ -16,8 +16,8 @@
* \ingroup expressions
*/
-#ifndef _INTVALUE_H
-#define _INTVALUE_H
+#ifndef __INTVALUE_H__
+#define __INTVALUE_H__
#include "Value.h"
@@ -71,5 +71,5 @@ public:
#endif
};
-#endif // !defined _INTVALUE_H
+#endif // !defined __INTVALUE_H__