diff --git a/source/blender/editors/space_outliner/tree/tree_element_grease_pencil_node.hh b/source/blender/editors/space_outliner/tree/tree_element_grease_pencil_node.hh index 77b3081b90d..9e9affe217c 100644 --- a/source/blender/editors/space_outliner/tree/tree_element_grease_pencil_node.hh +++ b/source/blender/editors/space_outliner/tree/tree_element_grease_pencil_node.hh @@ -18,6 +18,7 @@ namespace blender::ed::outliner { class TreeElementGreasePencilNode final : public AbstractTreeElement { blender::bke::greasepencil::TreeNode &node_; + public: TreeElementGreasePencilNode(TreeElement &legacy_te, blender::bke::greasepencil::TreeNode &node); diff --git a/source/blender/editors/space_outliner/tree/tree_element_pose.cc b/source/blender/editors/space_outliner/tree/tree_element_pose.cc index bfbdb40dc21..964a6200dfa 100644 --- a/source/blender/editors/space_outliner/tree/tree_element_pose.cc +++ b/source/blender/editors/space_outliner/tree/tree_element_pose.cc @@ -51,7 +51,7 @@ void TreeElementPoseBase::expand(SpaceOutliner &space_outliner) const LISTBASE_FOREACH (bConstraint *, con, &pchan->constraints) { ConstraintElementCreateData con_data = {&object_, con}; - + outliner_add_element( &space_outliner, &tenla1->subtree, &con_data, tenla1, TSE_CONSTRAINT, const_index); /* possible add all other types links? */