summaryrefslogtreecommitdiffstats
path: root/src/client
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2008-11-27 05:41:22 +0000
committerDavid Robillard <d@drobilla.net>2008-11-27 05:41:22 +0000
commit6eed83b13188d3cb6c4676d74c589f61e4e853dc (patch)
tree9e7394eb2478cd50ac529b89e4adc4d8f27f15b8 /src/client
parent324100a276c5a43b66e5dc0e3f01a1dfa083e60e (diff)
downloadingen-6eed83b13188d3cb6c4676d74c589f61e4e853dc.tar.gz
ingen-6eed83b13188d3cb6c4676d74c589f61e4e853dc.tar.bz2
ingen-6eed83b13188d3cb6c4676d74c589f61e4e853dc.zip
Make use of status bar.
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@1789 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/client')
-rw-r--r--src/client/ObjectModel.hpp2
1 files changed, 1 insertions, 1 deletions
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);