summaryrefslogtreecommitdiffstats
path: root/ingen/client/NodeModel.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'ingen/client/NodeModel.hpp')
-rw-r--r--ingen/client/NodeModel.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ingen/client/NodeModel.hpp b/ingen/client/NodeModel.hpp
index 93a512f0..9f2fab6e 100644
--- a/ingen/client/NodeModel.hpp
+++ b/ingen/client/NodeModel.hpp
@@ -96,7 +96,7 @@ protected:
virtual void clear();
- Ports _ports; ///< Vector of ports (not a Table to preserve order)
+ Ports _ports; ///< Vector of ports
Raul::URI _plugin_uri; ///< Plugin URI (if PluginModel is unknown)
SharedPtr<PluginModel> _plugin; ///< The plugin this node is an instance of