From d5cc3f720e50583f172425fbebf401e6be0c8b78 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Thu, 15 May 2008 00:43:05 +0000 Subject: Show error messages from engine in a pop-up dialog. Don't attempt to create root patch when loading deprecated (.om) patches. git-svn-id: http://svn.drobilla.net/lad/ingen@1208 a436a847-0d15-0410-975c-d299462d15a1 --- src/libs/gui/App.hpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/libs/gui/App.hpp') diff --git a/src/libs/gui/App.hpp b/src/libs/gui/App.hpp index bfe58f53..6bb7083b 100644 --- a/src/libs/gui/App.hpp +++ b/src/libs/gui/App.hpp @@ -136,6 +136,7 @@ protected: App(Ingen::Shared::World* world); bool animate(); + void error_response(int32_t id, const string& str); static void* icon_destroyed(void* data); -- cgit v1.2.1