diff options
Diffstat (limited to 'editor/gui/editor_toaster.h')
-rw-r--r-- | editor/gui/editor_toaster.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/editor/gui/editor_toaster.h b/editor/gui/editor_toaster.h index 35a4337746..6fcc2ce3e9 100644 --- a/editor/gui/editor_toaster.h +++ b/editor/gui/editor_toaster.h @@ -115,6 +115,7 @@ public: Control *popup(Control *p_control, Severity p_severity = SEVERITY_INFO, double p_time = 0.0, const String &p_tooltip = String()); void popup_str(const String &p_message, Severity p_severity = SEVERITY_INFO, const String &p_tooltip = String()); void close(Control *p_control); + void instant_close(Control *p_control); EditorToaster(); ~EditorToaster(); |