diff options
author | Yuri Sizov <yuris@humnom.net> | 2021-12-29 20:27:44 +0300 |
---|---|---|
committer | Yuri Sizov <yuris@humnom.net> | 2021-12-29 20:27:44 +0300 |
commit | 7d37f76241c7b2a946a581c5624214409f38448e (patch) | |
tree | 178fc26162f6d2d2a300059e2d1ac83ef01955b9 /editor/editor_resource_picker.h | |
parent | 9f058674acebf9a7a0704cdbc26dc9f6d853b16e (diff) |
Use GDVIRTUAL* macros when binding virtual methods in exposed classes
Diffstat (limited to 'editor/editor_resource_picker.h')
-rw-r--r-- | editor/editor_resource_picker.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/editor/editor_resource_picker.h b/editor/editor_resource_picker.h index f55c6f47f3..2377e2a560 100644 --- a/editor/editor_resource_picker.h +++ b/editor/editor_resource_picker.h @@ -102,6 +102,9 @@ protected: static void _bind_methods(); void _notification(int p_what); + GDVIRTUAL1(_set_create_options, Object *) + GDVIRTUAL1R(bool, _handle_menu_selected, int) + public: static void clear_caches(); |