From 3c5931bb13b5f88edcebb375fa6964dde8b85563 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Thu, 26 Jul 2012 15:27:03 +0000 Subject: Report subject with errors to client for more meaningful error messages. git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@4556 a436a847-0d15-0410-975c-d299462d15a1 --- src/gui/App.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/gui/App.hpp') diff --git a/src/gui/App.hpp b/src/gui/App.hpp index 7969982c..1f611a13 100644 --- a/src/gui/App.hpp +++ b/src/gui/App.hpp @@ -140,7 +140,7 @@ protected: explicit App(Ingen::Shared::World* world); bool animate(); - void response(int32_t id, Ingen::Status status); + void response(int32_t id, Ingen::Status status, const std::string& subject); void property_change(const Raul::URI& subject, const Raul::URI& key, -- cgit v1.2.1