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/tree/common.hh')
-rw-r--r--source/blender/editors/space_outliner/tree/common.hh4
1 files changed, 3 insertions, 1 deletions
diff --git a/source/blender/editors/space_outliner/tree/common.hh b/source/blender/editors/space_outliner/tree/common.hh
index ba2d1c3fab6..286e81c4a0c 100644
--- a/source/blender/editors/space_outliner/tree/common.hh
+++ b/source/blender/editors/space_outliner/tree/common.hh
@@ -10,9 +10,11 @@ struct ListBase;
namespace blender::ed::outliner {
+class SubTree;
+
const char *outliner_idcode_to_plural(short idcode);
-void outliner_make_object_parent_hierarchy(ListBase *lb);
+void outliner_make_object_parent_hierarchy(SubTree &subtree);
bool outliner_animdata_test(const struct AnimData *adt);
} // namespace blender::ed::outliner