diff options
author | RĂ©mi Verschelde <remi@verschelde.fr> | 2021-11-02 08:48:58 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-02 08:48:58 +0100 |
commit | 5efb11926da99b93d342b5f417b79adf0198d3cc (patch) | |
tree | cb2b2d94cc109ad86fb7947afdc3189e637e51a7 /modules/gdscript/gdscript_tokenizer.h | |
parent | ce9e90af016bfd0b8b187fde3fc5814483499f6c (diff) | |
parent | 626ca50676df4e47afd7fe7357d772b232a40145 (diff) |
Merge pull request #54346 from mhilbrunner/used-what-instead-of-what
Diffstat (limited to 'modules/gdscript/gdscript_tokenizer.h')
-rw-r--r-- | modules/gdscript/gdscript_tokenizer.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/gdscript/gdscript_tokenizer.h b/modules/gdscript/gdscript_tokenizer.h index 84b82c07f0..b4ee11fd9a 100644 --- a/modules/gdscript/gdscript_tokenizer.h +++ b/modules/gdscript/gdscript_tokenizer.h @@ -233,6 +233,7 @@ private: bool has_error() const { return !error_stack.is_empty(); } Token pop_error(); char32_t _advance(); + String _get_indent_char_name(char32_t ch); void _skip_whitespace(); void check_indent(); |