diff options
author | David Robillard <d@drobilla.net> | 2008-06-10 19:35:00 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2008-06-10 19:35:00 +0000 |
commit | 24041cab5cb2dce232387ecfcd222c0aaf3cb76a (patch) | |
tree | 5db9a19f317364d0b3523913ae39c9c1438843ed /src | |
parent | 6ed65a4a3b14d204a24ab63fa907f8e9adce01dc (diff) | |
download | ingen-24041cab5cb2dce232387ecfcd222c0aaf3cb76a.tar.gz ingen-24041cab5cb2dce232387ecfcd222c0aaf3cb76a.tar.bz2 ingen-24041cab5cb2dce232387ecfcd222c0aaf3cb76a.zip |
Spell kludge correctly :)
git-svn-id: http://svn.drobilla.net/lad/ingen@1266 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src')
-rw-r--r-- | src/libs/gui/NodeModule.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libs/gui/NodeModule.cpp b/src/libs/gui/NodeModule.cpp index cabea96a..96cd2911 100644 --- a/src/libs/gui/NodeModule.cpp +++ b/src/libs/gui/NodeModule.cpp @@ -246,7 +246,7 @@ NodeModule::rename() void NodeModule::add_port(SharedPtr<PortModel> port, bool resize_to_fit) { - uint32_t index = _ports.size(); // FIXME: kluge, engine needs to tell us this + uint32_t index = _ports.size(); // FIXME: kludge, engine needs to tell us this Module::add_port(boost::shared_ptr<Port>( new Port(PtrCast<NodeModule>(shared_from_this()), port))); |