From 12e74d4a26eede059f016cc8a7806a57d5c9338e Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sat, 14 Feb 2009 02:11:58 +0000 Subject: LV2 preset support (except you have to press entire on the menu items, clicking doesn't work because Gtk is fucking retarded). git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@1934 a436a847-0d15-0410-975c-d299462d15a1 --- src/client/PluginModel.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/client') diff --git a/src/client/PluginModel.hpp b/src/client/PluginModel.hpp index 41ed0d93..cd9598b3 100644 --- a/src/client/PluginModel.hpp +++ b/src/client/PluginModel.hpp @@ -61,8 +61,8 @@ public: string port_human_name(uint32_t index) const; #ifdef HAVE_SLV2 - static SLV2World slv2_world() { return _slv2_world; } - SLV2Plugin slv2_plugin() { return _slv2_plugin; } + static SLV2World slv2_world() { return _slv2_world; } + SLV2Plugin slv2_plugin() const { return _slv2_plugin; } SLV2Port slv2_port(uint32_t index) { Glib::Mutex::Lock lock(_rdf_world->mutex()); -- cgit v1.2.1