summaryrefslogtreecommitdiff
path: root/modules/mono/editor/script_class_parser.h
diff options
context:
space:
mode:
Diffstat (limited to 'modules/mono/editor/script_class_parser.h')
-rw-r--r--modules/mono/editor/script_class_parser.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/mono/editor/script_class_parser.h b/modules/mono/editor/script_class_parser.h
index 1e174c28a9..184adebaf2 100644
--- a/modules/mono/editor/script_class_parser.h
+++ b/modules/mono/editor/script_class_parser.h
@@ -65,6 +65,7 @@ private:
Error _parse_type_full_name(String &r_full_name);
Error _parse_class_base(Vector<String> &r_base);
+ Error _parse_type_constraints();
Error _parse_namespace_name(String &r_name, int &r_curly_stack);
public: