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>2020-06-01 04:23:08 +0300
committerCampbell Barton <ideasman42@gmail.com>2020-06-01 05:06:34 +0300
commitd5a92b188b5de590a59db4497294acece77505bc (patch)
treec7ae7a59bdbfd141de7aaf6abeae1799703d6d25 /source/blender/editors/include
parentec26260132b49bf071facc3fbd728413ef2155d1 (diff)
Cleanup: warnings
Diffstat (limited to 'source/blender/editors/include')
-rw-r--r--source/blender/editors/include/ED_outliner.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/editors/include/ED_outliner.h b/source/blender/editors/include/ED_outliner.h
index beed0f98fb5..75e7670b17f 100644
--- a/source/blender/editors/include/ED_outliner.h
+++ b/source/blender/editors/include/ED_outliner.h
@@ -30,6 +30,7 @@ extern "C" {
struct ListBase;
struct bContext;
struct Base;
+struct SpaceOutliner;
bool ED_outliner_collections_editor_poll(struct bContext *C);