From 762435ea92bbeed0b36afc5fa4303540f3e72ba1 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Fri, 10 Aug 2012 20:36:36 +0000 Subject: Fix various const violations. git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@4647 a436a847-0d15-0410-975c-d299462d15a1 --- src/server/LV2Node.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/server/LV2Node.hpp') diff --git a/src/server/LV2Node.hpp b/src/server/LV2Node.hpp index f4d20658..104c64d9 100644 --- a/src/server/LV2Node.hpp +++ b/src/server/LV2Node.hpp @@ -106,7 +106,7 @@ protected: LV2Plugin* _lv2_plugin; Instances* _instances; Instances* _prepared_instances; - LV2_Worker_Interface* _worker_iface; + const LV2_Worker_Interface* _worker_iface; Responses _responses; SharedPtr _features; }; -- cgit v1.2.1