From 281bbcc6a7208c28283bc9bdd521c5d6cc48a60f Mon Sep 17 00:00:00 2001
From: David Robillard <d@drobilla.net>
Date: Thu, 10 May 2012 02:14:55 +0000
Subject: Bidirectional socket communication (GUI once again works remotely).

git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@4335 a436a847-0d15-0410-975c-d299462d15a1
---
 ingen/shared/World.hpp | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

(limited to 'ingen')

diff --git a/ingen/shared/World.hpp b/ingen/shared/World.hpp
index f43afaa0..6279e31f 100644
--- a/ingen/shared/World.hpp
+++ b/ingen/shared/World.hpp
@@ -76,14 +76,14 @@ public:
 	typedef SharedPtr<Interface> (*InterfaceFactory)(
 			World*               world,
 			const std::string&   engine_url,
-			SharedPtr<Interface> respond_to);
+			SharedPtr<Interface> respondee);
 
 	virtual void add_interface_factory(const std::string& scheme,
 	                                   InterfaceFactory   factory);
 
 	virtual SharedPtr<Interface> interface(
 		const std::string&   engine_url,
-		SharedPtr<Interface> respond_to);
+		SharedPtr<Interface> respondee);
 
 	virtual bool run(const std::string& mime_type,
 	                 const std::string& filename);
-- 
cgit v1.2.1