diff options
author | David Robillard <d@drobilla.net> | 2015-02-17 03:41:45 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2015-02-17 03:41:45 +0000 |
commit | f1c1d019c14ddb184078c79cd5d6a0631a644acd (patch) | |
tree | 8f625d85d8983a7fba5b2f2f7a0ec22a12e5d832 /ingen | |
parent | fb8f05cdd3bcb7c322d5d67dac009bf668e209df (diff) | |
download | ingen-f1c1d019c14ddb184078c79cd5d6a0631a644acd.tar.gz ingen-f1c1d019c14ddb184078c79cd5d6a0631a644acd.tar.bz2 ingen-f1c1d019c14ddb184078c79cd5d6a0631a644acd.zip |
Fix display of labels when port is created without.
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5581 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'ingen')
-rw-r--r-- | ingen/Configuration.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ingen/Configuration.hpp b/ingen/Configuration.hpp index 2f272498..50543986 100644 --- a/ingen/Configuration.hpp +++ b/ingen/Configuration.hpp @@ -112,7 +112,7 @@ public: const std::string& filename); const Atom& option(const std::string& long_name) const; - bool set(const std::string& long_name, const Atom& value); + bool set(const std::string& long_name, const Atom& value); const std::list<std::string>& files() const { return _files; } |