From 57381ee6b93ad6a991329c2a7aae0b2d84a3e7dd Mon Sep 17 00:00:00 2001 From: David Robillard Date: Wed, 13 May 2009 20:30:01 +0000 Subject: Fix crash on patch load. Fixes ticket #369. git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@2002 a436a847-0d15-0410-975c-d299462d15a1 --- src/common/interface/CommonInterface.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/common') diff --git a/src/common/interface/CommonInterface.hpp b/src/common/interface/CommonInterface.hpp index 28b6d581..b0676ac7 100644 --- a/src/common/interface/CommonInterface.hpp +++ b/src/common/interface/CommonInterface.hpp @@ -75,8 +75,8 @@ public: const Raul::URI& predicate, const Raul::Atom& value) = 0; - virtual void set_port_value(const Raul::Path& port_path, - const Raul::Atom& value) = 0; + virtual void set_port_value(const Raul::Path& port_path, + const Raul::Atom& value) = 0; virtual void set_voice_value(const Raul::Path& port_path, uint32_t voice, -- cgit v1.2.1