summaryrefslogtreecommitdiffstats
path: root/src/gui/NodeModule.cpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2013-01-12 18:51:29 +0000
committerDavid Robillard <d@drobilla.net>2013-01-12 18:51:29 +0000
commit1630b3fd62c57e01468a03a9d4dde397f903ef37 (patch)
tree12f48c2d3377ba7537f3d359421af761eb58b33d /src/gui/NodeModule.cpp
parent4e3f4a2a0fdca75352265ba8490fbe9f397e264a (diff)
downloadingen-1630b3fd62c57e01468a03a9d4dde397f903ef37.tar.gz
ingen-1630b3fd62c57e01468a03a9d4dde397f903ef37.tar.bz2
ingen-1630b3fd62c57e01468a03a9d4dde397f903ef37.zip
Lint.
Fix test suite compilation. git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@4937 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/gui/NodeModule.cpp')
-rw-r--r--src/gui/NodeModule.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gui/NodeModule.cpp b/src/gui/NodeModule.cpp
index 3a73e67e..46588e6e 100644
--- a/src/gui/NodeModule.cpp
+++ b/src/gui/NodeModule.cpp
@@ -115,8 +115,8 @@ NodeModule::create(GraphCanvas& canvas,
for (const auto& p : block->properties())
ret->property_changed(p.first, p.second);
-
- for (const auto& p : block->ports())
+
+ for (const auto& p : block->ports())
ret->new_port_view(p);
ret->set_stacked(block->polyphonic());