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/space_outliner/outliner_collections.c')
-rw-r--r--source/blender/editors/space_outliner/outliner_collections.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/space_outliner/outliner_collections.c b/source/blender/editors/space_outliner/outliner_collections.c
index 39bb151f3c3..87a9e019ee7 100644
--- a/source/blender/editors/space_outliner/outliner_collections.c
+++ b/source/blender/editors/space_outliner/outliner_collections.c
@@ -290,7 +290,7 @@ struct CollectionDeleteData {
SpaceOops *soops;
};
-static TreeTraversalReturn collection_delete_cb(TreeElement *te, void *customdata)
+static TreeTraversalAction collection_delete_cb(TreeElement *te, void *customdata)
{
struct CollectionDeleteData *data = customdata;
TreeStoreElem *tselem = TREESTORE(te);