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_space_api.h')
-rw-r--r--source/blender/editors/include/ED_space_api.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/source/blender/editors/include/ED_space_api.h b/source/blender/editors/include/ED_space_api.h
index 70d33531bbd..e5cf3479e9b 100644
--- a/source/blender/editors/include/ED_space_api.h
+++ b/source/blender/editors/include/ED_space_api.h
@@ -26,8 +26,8 @@
* ***** END GPL LICENSE BLOCK *****
*/
-#ifndef ED_AREA_H
-#define ED_AREA_H
+#ifndef ED_SPACE_API_H
+#define ED_SPACE_API_H
/* the pluginnable API for export to editors */
@@ -48,5 +48,5 @@ void ED_spacetype_script(void);
void ED_spacetype_text(void);
void ED_spacetype_sequencer(void);
-#endif /* ED_AREA_H */
+#endif /* ED_SPACE_API_H */