diff options
| author | Juan Linietsky | 2014-04-05 18:50:09 -0300 |
|---|---|---|
| committer | Juan Linietsky | 2014-04-05 18:50:09 -0300 |
| commit | b4969373b3475799d6b24cdffeda4659c37f0b8a (patch) | |
| tree | 5cafdea68a5fe1f79c343c7cdf8def821e7f0b05 /modules/gdscript/gd_parser.h | |
| parent | 9f33134c93ecbadda70e8eefc50563e29b2eb7f2 (diff) | |
| download | godot-b4969373b3475799d6b24cdffeda4659c37f0b8a.tar.gz godot-b4969373b3475799d6b24cdffeda4659c37f0b8a.tar.zst godot-b4969373b3475799d6b24cdffeda4659c37f0b8a.zip | |
Diffstat (limited to 'modules/gdscript/gd_parser.h')
| -rw-r--r-- | modules/gdscript/gd_parser.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/gdscript/gd_parser.h b/modules/gdscript/gd_parser.h index 1925808ca..278e5f543 100644 --- a/modules/gdscript/gd_parser.h +++ b/modules/gdscript/gd_parser.h @@ -356,6 +356,7 @@ private: template<class T> T* alloc_node(); + int parenthesis; bool error_set; String error; int error_line; |
