diff options
Diffstat (limited to 'core/string/translation_domain.cpp')
-rw-r--r-- | core/string/translation_domain.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/string/translation_domain.cpp b/core/string/translation_domain.cpp index 53b9ce8379..cf6689efff 100644 --- a/core/string/translation_domain.cpp +++ b/core/string/translation_domain.cpp @@ -123,7 +123,7 @@ String TranslationDomain::_double_vowels(const String &p_message) const { } } return res; -}; +} String TranslationDomain::_replace_with_accented_string(const String &p_message) const { String res; |