diff options
author | Rémi Verschelde <rverschelde@gmail.com> | 2019-06-17 23:13:08 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-06-17 23:13:08 +0200 |
commit | 0ac3687d6fe3bfa90f5cfbdf7c28752de1b627f0 (patch) | |
tree | 22022175ddffa8140b268feae8ed4648223a7482 /editor/plugins/script_text_editor.h | |
parent | d8d7222ffbb9732f09803dae476f93c48605b4bd (diff) | |
parent | aabd9980d17492224c6c221077fbae305d80cb0b (diff) |
Merge pull request #28766 from pgoral/editor_validation_issue
Changing method signature in other class in not recognized in working…
Diffstat (limited to 'editor/plugins/script_text_editor.h')
-rw-r--r-- | editor/plugins/script_text_editor.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/editor/plugins/script_text_editor.h b/editor/plugins/script_text_editor.h index 7f5b6c065d..24d40a5eec 100644 --- a/editor/plugins/script_text_editor.h +++ b/editor/plugins/script_text_editor.h @@ -220,6 +220,8 @@ public: virtual void clear_edit_menu(); static void register_editor(); + virtual void validate(); + ScriptTextEditor(); }; |