summaryrefslogtreecommitdiffstats
path: root/src/gui/GraphPortModule.hpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2015-02-17 03:41:45 +0000
committerDavid Robillard <d@drobilla.net>2015-02-17 03:41:45 +0000
commitf1c1d019c14ddb184078c79cd5d6a0631a644acd (patch)
tree8f625d85d8983a7fba5b2f2f7a0ec22a12e5d832 /src/gui/GraphPortModule.hpp
parentfb8f05cdd3bcb7c322d5d67dac009bf668e209df (diff)
downloadingen-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 'src/gui/GraphPortModule.hpp')
-rw-r--r--src/gui/GraphPortModule.hpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/gui/GraphPortModule.hpp b/src/gui/GraphPortModule.hpp
index 5cffa7bc..8dcee1c9 100644
--- a/src/gui/GraphPortModule.hpp
+++ b/src/gui/GraphPortModule.hpp
@@ -48,8 +48,7 @@ class GraphPortModule : public Ganv::Module
public:
static GraphPortModule* create(
GraphCanvas& canvas,
- SPtr<const Client::PortModel> model,
- bool human);
+ SPtr<const Client::PortModel> model);
App& app() const;