From 008d216a99dc387c234de544bb10de32aa70d175 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Tue, 2 Oct 2007 20:56:42 +0000 Subject: Graceful shutdown on Ctrl+C (hopefully?). git-svn-id: http://svn.drobilla.net/lad/ingen@802 a436a847-0d15-0410-975c-d299462d15a1 --- src/libs/gui/Connection.hpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/libs/gui/Connection.hpp') diff --git a/src/libs/gui/Connection.hpp b/src/libs/gui/Connection.hpp index b6ad070c..f6072068 100644 --- a/src/libs/gui/Connection.hpp +++ b/src/libs/gui/Connection.hpp @@ -36,11 +36,11 @@ namespace GUI { class Connection : public FlowCanvas::Connection { public: - Connection(boost::shared_ptr canvas, - boost::shared_ptr model, + Connection(boost::shared_ptr canvas, + boost::shared_ptr model, boost::shared_ptr src, boost::shared_ptr dst, - uint32_t color) + uint32_t color) : FlowCanvas::Connection(canvas, src, dst, color) , _connection_model(model) {} -- cgit v1.2.1