From de9e08da766494dccde0aaba7bfd1e7665b115d8 Mon Sep 17 00:00:00 2001 From: Micky Date: Thu, 13 Oct 2022 15:30:23 +0200 Subject: Comment not to remove `data` structs in some Nodes --- scene/gui/control.h | 1 + 1 file changed, 1 insertion(+) (limited to 'scene/gui/control.h') diff --git a/scene/gui/control.h b/scene/gui/control.h index ee6443c81c..2cc628ca5e 100644 --- a/scene/gui/control.h +++ b/scene/gui/control.h @@ -159,6 +159,7 @@ private: } }; + // This Data struct is to avoid namespace pollution in derived classes. struct Data { // Global relations. -- cgit v1.2.3