From 6eed83b13188d3cb6c4676d74c589f61e4e853dc Mon Sep 17 00:00:00 2001 From: David Robillard Date: Thu, 27 Nov 2008 05:41:22 +0000 Subject: Make use of status bar. git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@1789 a436a847-0d15-0410-975c-d299462d15a1 --- src/client/ObjectModel.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/client/ObjectModel.hpp') diff --git a/src/client/ObjectModel.hpp b/src/client/ObjectModel.hpp index d4c74ee0..5f4eb11c 100644 --- a/src/client/ObjectModel.hpp +++ b/src/client/ObjectModel.hpp @@ -62,7 +62,7 @@ public: virtual ~ObjectModel(); const Atom& get_variable(const string& key) const; - Atom& get_variable( string& key); + Atom& get_variable(string& key); virtual void set_property(const string& key, const Atom& value) { ResourceImpl::set_property(key, value); -- cgit v1.2.1