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/blender/editors/include/ED_types.h')
-rw-r--r--source/blender/editors/include/ED_types.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/source/blender/editors/include/ED_types.h b/source/blender/editors/include/ED_types.h
index 6ea45c995c9..c4104472a82 100644
--- a/source/blender/editors/include/ED_types.h
+++ b/source/blender/editors/include/ED_types.h
@@ -28,8 +28,8 @@
* \ingroup editors
*/
-#ifndef ED_TYPES_H
-#define ED_TYPES_H
+#ifndef __ED_TYPES_H__
+#define __ED_TYPES_H__
/* **************** GENERAL EDITOR-WIDE TYPES AND DEFINES ************************** */
@@ -44,5 +44,5 @@
-#endif /* ED_TYPES_H */
+#endif /* __ED_TYPES_H__ */