diff options
Diffstat (limited to 'core/string/ustring.h')
-rw-r--r-- | core/string/ustring.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/string/ustring.h b/core/string/ustring.h index 782ca47507..295625395d 100644 --- a/core/string/ustring.h +++ b/core/string/ustring.h @@ -183,6 +183,7 @@ struct StrRange { class String { CowData<char32_t> _cowdata; static const char32_t _null; + static const char32_t _replacement_char; void copy_from(const char *p_cstr); void copy_from(const char *p_cstr, const int p_clip_to); |