From 3c86484c4ed284fa8f1feff380959f5b52b264c6 Mon Sep 17 00:00:00 2001 From: Maxime Coste Date: Fri, 29 May 2015 13:35:09 +0100 Subject: Extract xmessage/MessageBox support in a notify_fatal_error function --- src/assert.hh | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/assert.hh') diff --git a/src/assert.hh b/src/assert.hh index a65b09fd..f178e1ad 100644 --- a/src/assert.hh +++ b/src/assert.hh @@ -4,6 +4,11 @@ namespace Kakoune { +class String; + +// return true if user asked to ignore the error +bool notify_fatal_error(const String& message); + void on_assert_failed(const char* message); } -- cgit v1.2.3