Changing method signature in other class in not recognized in working class in typed GDScript #28685

This commit is contained in:
Goral
2019-05-08 18:49:49 +02:00
parent b96cd577c3
commit aabd9980d1
10 changed files with 25 additions and 1 deletions

View File

@@ -236,6 +236,8 @@ public:
void set_code_complete_func(CodeTextEditorCodeCompleteFunc p_code_complete_func, void *p_ud);
void validate_script();
CodeTextEditor();
};