summaryrefslogtreecommitdiffstats
path: root/scene/gui/label.h
diff options
context:
space:
mode:
Diffstat (limited to 'scene/gui/label.h')
-rw-r--r--scene/gui/label.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/scene/gui/label.h b/scene/gui/label.h
index 9306033dd0..4bd0e53605 100644
--- a/scene/gui/label.h
+++ b/scene/gui/label.h
@@ -91,6 +91,9 @@ private:
protected:
void _notification(int p_what);
static void _bind_methods();
+#ifndef DISABLE_DEPRECATED
+ bool _set(const StringName &p_name, const Variant &p_value);
+#endif
public:
virtual Size2 get_minimum_size() const override;