summaryrefslogtreecommitdiffstats
path: root/src/client/BlockModel.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/client/BlockModel.cpp')
-rw-r--r--src/client/BlockModel.cpp6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/client/BlockModel.cpp b/src/client/BlockModel.cpp
index c8f76195..beef0117 100644
--- a/src/client/BlockModel.cpp
+++ b/src/client/BlockModel.cpp
@@ -39,10 +39,6 @@
#include <string>
#include <utility>
-namespace ingen {
-class Node;
-} // namespace ingen
-
namespace ingen::client {
BlockModel::BlockModel(URIs& uris,
@@ -230,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) {