aboutsummaryrefslogtreecommitdiff
path: root/modules/gdscript/gd_parser.h
diff options
context:
space:
mode:
authorJuan Linietsky2014-04-05 18:50:09 -0300
committerJuan Linietsky2014-04-05 18:50:09 -0300
commitb4969373b3475799d6b24cdffeda4659c37f0b8a (patch)
tree5cafdea68a5fe1f79c343c7cdf8def821e7f0b05 /modules/gdscript/gd_parser.h
parent9f33134c93ecbadda70e8eefc50563e29b2eb7f2 (diff)
downloadgodot-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.h1
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;