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_outliner.h')
-rw-r--r--source/blender/editors/include/ED_outliner.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/blender/editors/include/ED_outliner.h b/source/blender/editors/include/ED_outliner.h
index 75e7670b17f..0325ad9fdba 100644
--- a/source/blender/editors/include/ED_outliner.h
+++ b/source/blender/editors/include/ED_outliner.h
@@ -27,10 +27,10 @@
extern "C" {
#endif
-struct ListBase;
-struct bContext;
struct Base;
+struct ListBase;
struct SpaceOutliner;
+struct bContext;
bool ED_outliner_collections_editor_poll(struct bContext *C);