diff options
author | David Robillard <d@drobilla.net> | 2025-02-12 08:29:15 -0500 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2025-02-12 08:29:15 -0500 |
commit | 6e02a3e2e60ffdcebdb2a244dd11e500e108c6bb (patch) | |
tree | 97f0c726f80630af3c1e8f0addb421f2d2578a70 /src/client | |
parent | a6f60beda9e8e6b930423c9adb6652a1cb018443 (diff) | |
download | ingen-6e02a3e2e60ffdcebdb2a244dd11e500e108c6bb.tar.gz ingen-6e02a3e2e60ffdcebdb2a244dd11e500e108c6bb.tar.bz2 ingen-6e02a3e2e60ffdcebdb2a244dd11e500e108c6bb.zip |
Diffstat (limited to 'src/client')
-rw-r--r-- | src/client/BlockModel.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/BlockModel.cpp b/src/client/BlockModel.cpp index c5dbd3b7..beef0117 100644 --- a/src/client/BlockModel.cpp +++ b/src/client/BlockModel.cpp @@ -226,7 +226,7 @@ BlockModel::port_value_range(const std::shared_ptr<const PortModel>& port, default_port_value_range(port, min, max); - // Possibly overriden + // Possibly overridden const Atom& min_atom = port->get_property(_uris.lv2_minimum); const Atom& max_atom = port->get_property(_uris.lv2_maximum); if (min_atom.type() == _uris.forge.Float) { |