summaryrefslogtreecommitdiff
path: root/scene/gui
diff options
context:
space:
mode:
authorMicky <micheledevita2@gmail.com>2022-10-13 15:30:23 +0200
committerMicky <micheledevita2@gmail.com>2022-10-13 15:52:35 +0200
commitde9e08da766494dccde0aaba7bfd1e7665b115d8 (patch)
tree27b9f8c6f62c50316aabd487d356f24918c527ba /scene/gui
parent29fc755f5b93f75660c86f337dce1443197a3d5d (diff)
Comment not to remove `data` structs in some Nodes
Diffstat (limited to 'scene/gui')
-rw-r--r--scene/gui/control.h1
1 files changed, 1 insertions, 0 deletions
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.