From 24041cab5cb2dce232387ecfcd222c0aaf3cb76a Mon Sep 17 00:00:00 2001 From: David Robillard Date: Tue, 10 Jun 2008 19:35:00 +0000 Subject: Spell kludge correctly :) git-svn-id: http://svn.drobilla.net/lad/ingen@1266 a436a847-0d15-0410-975c-d299462d15a1 --- src/libs/gui/NodeModule.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/libs') 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 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( new Port(PtrCast(shared_from_this()), port))); -- cgit v1.2.1