diff --git a/scene/gui/rich_text_label.h b/scene/gui/rich_text_label.h index 2712a69a4ed5..ec0b18dc075b 100644 --- a/scene/gui/rich_text_label.h +++ b/scene/gui/rich_text_label.h @@ -579,7 +579,7 @@ class RichTextLabel : public Control { void _texture_changed(RID p_item); - static inline RID_PtrOwner items; + RID_PtrOwner items; List tag_stack; HashSet hr_list;