From 422694ebc886882fc8c2f0555a725d052dfc935c Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 16 Nov 2008 16:50:59 +0000 Subject: More HTTP. git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@1726 a436a847-0d15-0410-975c-d299462d15a1 --- src/common/interface/CommonInterface.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/common') diff --git a/src/common/interface/CommonInterface.hpp b/src/common/interface/CommonInterface.hpp index d0d81945..a68cf175 100644 --- a/src/common/interface/CommonInterface.hpp +++ b/src/common/interface/CommonInterface.hpp @@ -45,7 +45,7 @@ public: /** End (and send) an atomic bundle */ virtual void bundle_end() = 0; - virtual void new_object(const GraphObject* object) = 0; + virtual bool new_object(const GraphObject* object) = 0; virtual void new_patch(const std::string& path, uint32_t poly) = 0; -- cgit v1.2.1