From cb93ffe78c76780c346ed10eae1c4484c79ed05c Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 16 Nov 2008 21:03:00 +0000 Subject: Fix GUI tracking of property changes (e.g. polyphonic for stacked modules, fix ticket #253). git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@1733 a436a847-0d15-0410-975c-d299462d15a1 --- src/shared/ResourceImpl.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/shared/ResourceImpl.hpp') diff --git a/src/shared/ResourceImpl.hpp b/src/shared/ResourceImpl.hpp index 35259a3b..8181ed07 100644 --- a/src/shared/ResourceImpl.hpp +++ b/src/shared/ResourceImpl.hpp @@ -37,7 +37,7 @@ public: const Properties& properties() const { return _properties; } Properties& properties() { return _properties; } - void set_property(const std::string& uri, const Raul::Atom& value) { + virtual void set_property(const std::string& uri, const Raul::Atom& value) { _properties[uri] = value; } -- cgit v1.2.1