From f1c1d019c14ddb184078c79cd5d6a0631a644acd Mon Sep 17 00:00:00 2001 From: David Robillard Date: Tue, 17 Feb 2015 03:41:45 +0000 Subject: 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 --- ingen/Configuration.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ingen/Configuration.hpp') 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& files() const { return _files; } -- cgit v1.2.1