summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2013-02-25 01:20:08 +0000
committerDavid Robillard <d@drobilla.net>2013-02-25 01:20:08 +0000
commit0d760a16c521f9355344fe06e7ce4c7b197ea29c (patch)
tree16c289ef846b377d893d5c45510e2f5b98a41b4e
parent4ff4c69ff0d22e88b8799f36f277de263232de4f (diff)
downloadingen-0d760a16c521f9355344fe06e7ce4c7b197ea29c.tar.gz
ingen-0d760a16c521f9355344fe06e7ce4c7b197ea29c.tar.bz2
ingen-0d760a16c521f9355344fe06e7ce4c7b197ea29c.zip
Tidy.
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5084 a436a847-0d15-0410-975c-d299462d15a1
-rw-r--r--src/gui/NodeModule.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/NodeModule.cpp b/src/gui/NodeModule.cpp
index a03c1693..6885780b 100644
--- a/src/gui/NodeModule.cpp
+++ b/src/gui/NodeModule.cpp
@@ -199,7 +199,7 @@ NodeModule::port_value_changed(uint32_t index, const Atom& value)
void
NodeModule::plugin_changed()
{
- for (iterator p = begin(); p !=end(); ++p)
+ for (iterator p = begin(); p != end(); ++p)
dynamic_cast<Ingen::GUI::Port*>(*p)->update_metadata();
}