diff options
Diffstat (limited to 'core/object/message_queue.h')
-rw-r--r-- | core/object/message_queue.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/core/object/message_queue.h b/core/object/message_queue.h index 9f567e4dd0..c2f4ad1643 100644 --- a/core/object/message_queue.h +++ b/core/object/message_queue.h @@ -98,6 +98,8 @@ private: } } + Error _transfer_messages_to_main_queue(); + void _add_page(); void _call_function(const Callable &p_callable, const Variant *p_args, int p_argcount, bool p_show_error); |