summaryrefslogtreecommitdiffstats
path: root/src/client/NodeModel.cpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2008-10-11 21:02:10 +0000
committerDavid Robillard <d@drobilla.net>2008-10-11 21:02:10 +0000
commita18022d4243de7b2093507c574689c7a17c82bb9 (patch)
treef0d53178b87c955bd2ae254ef5bed999a4bee0b2 /src/client/NodeModel.cpp
parent3b6aa464ffeef786ad09cafe478ac45979f45e70 (diff)
downloadingen-a18022d4243de7b2093507c574689c7a17c82bb9.tar.gz
ingen-a18022d4243de7b2093507c574689c7a17c82bb9.tar.bz2
ingen-a18022d4243de7b2093507c574689c7a17c82bb9.zip
Add control randomize feature (node context menu).
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@1648 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/client/NodeModel.cpp')
-rw-r--r--src/client/NodeModel.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/NodeModel.cpp b/src/client/NodeModel.cpp
index af1f959e..ad04892f 100644
--- a/src/client/NodeModel.cpp
+++ b/src/client/NodeModel.cpp
@@ -171,7 +171,7 @@ NodeModel::port(uint32_t index) const
void
-NodeModel::port_value_range(SharedPtr<PortModel> port, float& min, float& max)
+NodeModel::port_value_range(SharedPtr<PortModel> port, float& min, float& max) const
{
assert(port->parent().get() == this);