From 72ffe8b96f492805b16df8d2ffa452e67046b974 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 9 Nov 2008 03:45:35 +0000 Subject: Add concept of 'Resource' and make plugins a resource (as well as graph objects). Get rid of crufty imperative Plugin API. Loading of plugin data from engine over HTTP. git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@1713 a436a847-0d15-0410-975c-d299462d15a1 --- src/client/PatchModel.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/client/PatchModel.hpp') diff --git a/src/client/PatchModel.hpp b/src/client/PatchModel.hpp index 64ceaddf..4e5890ef 100644 --- a/src/client/PatchModel.hpp +++ b/src/client/PatchModel.hpp @@ -64,7 +64,7 @@ public: signal_editable.emit(e); } } - virtual void set_property(const string& key, const Atom& value); + virtual void set(const string& key, const Atom& value); // Signals sigc::signal > signal_new_node; -- cgit v1.2.1