summaryrefslogtreecommitdiffstats
path: root/src/client/PluginModel.hpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2009-02-14 02:11:58 +0000
committerDavid Robillard <d@drobilla.net>2009-02-14 02:11:58 +0000
commit12e74d4a26eede059f016cc8a7806a57d5c9338e (patch)
tree644ff21b05996230cb20716ce492c097f8137dea /src/client/PluginModel.hpp
parentf4958d2d28f89fa8aaa3e31e6bdf87106ca784a6 (diff)
downloadingen-12e74d4a26eede059f016cc8a7806a57d5c9338e.tar.gz
ingen-12e74d4a26eede059f016cc8a7806a57d5c9338e.tar.bz2
ingen-12e74d4a26eede059f016cc8a7806a57d5c9338e.zip
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
Diffstat (limited to 'src/client/PluginModel.hpp')
-rw-r--r--src/client/PluginModel.hpp4
1 files changed, 2 insertions, 2 deletions
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());