summaryrefslogtreecommitdiff
path: root/scene/gui/control.cpp
diff options
context:
space:
mode:
authorRĂ©mi Verschelde <remi@verschelde.fr>2021-12-10 09:46:15 +0100
committerGitHub <noreply@github.com>2021-12-10 09:46:15 +0100
commit7e32a27879ceb8622ca0351b896fe2ec304858f7 (patch)
tree885ea129312bd47ded3a1a7d5ce075c2160df37a /scene/gui/control.cpp
parentdcf359450080f44b20845893ea7398cd082f9a61 (diff)
parentbfe2cd2f036698d4f018db1c0628494729b37369 (diff)
Merge pull request #55739 from Paulb23/text-edit-base-performance
Diffstat (limited to 'scene/gui/control.cpp')
-rw-r--r--scene/gui/control.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/scene/gui/control.cpp b/scene/gui/control.cpp
index 249eb95ed8..1fdc30eb6d 100644
--- a/scene/gui/control.cpp
+++ b/scene/gui/control.cpp
@@ -2597,7 +2597,7 @@ bool Control::is_text_field() const {
return false;
}
-Array Control::structured_text_parser(StructuredTextParser p_theme_type, const Array &p_args, const String p_text) const {
+Array Control::structured_text_parser(StructuredTextParser p_theme_type, const Array &p_args, const String &p_text) const {
Array ret;
switch (p_theme_type) {
case STRUCTURED_TEXT_URI: {