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:
authorNathan Craddock <nzcraddock@gmail.com>2020-05-02 07:12:47 +0300
committerNathan Craddock <nzcraddock@gmail.com>2020-05-02 07:12:47 +0300
commit03b911dd8776ad0ceab8923ebec86d1f0d5296f5 (patch)
treeb4d1f086607fbf5d5f3dea219f75b9fd4f640745 /source/blender/editors/include/ED_outliner.h
parente59019994953238de27908bef9b1ee1db28bbff4 (diff)
parentc06a40006d6ce6a12eecb63dfe1b8d502efcc4af (diff)
Merge branch 'blender-v2.83-release'
Diffstat (limited to 'source/blender/editors/include/ED_outliner.h')
-rw-r--r--source/blender/editors/include/ED_outliner.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/source/blender/editors/include/ED_outliner.h b/source/blender/editors/include/ED_outliner.h
index be1ee786a75..beed0f98fb5 100644
--- a/source/blender/editors/include/ED_outliner.h
+++ b/source/blender/editors/include/ED_outliner.h
@@ -29,12 +29,13 @@ extern "C" {
struct ListBase;
struct bContext;
+struct Base;
bool ED_outliner_collections_editor_poll(struct bContext *C);
void ED_outliner_selected_objects_get(const struct bContext *C, struct ListBase *objects);
-Base *ED_outliner_give_base_under_cursor(struct bContext *C, const int mval[2]);
+struct Base *ED_outliner_give_base_under_cursor(struct bContext *C, const int mval[2]);
void ED_outliner_select_sync_from_object_tag(struct bContext *C);
void ED_outliner_select_sync_from_edit_bone_tag(struct bContext *C);