diff options
Diffstat (limited to 'src/gui/Connection.cpp')
-rw-r--r-- | src/gui/Connection.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/Connection.cpp b/src/gui/Connection.cpp index 27110227..f9e079c0 100644 --- a/src/gui/Connection.cpp +++ b/src/gui/Connection.cpp @@ -25,7 +25,7 @@ namespace Ingen { namespace GUI { Connection::Connection(boost::shared_ptr<FlowCanvas::Canvas> canvas, - boost::shared_ptr<ConnectionModel> model, + boost::shared_ptr<const ConnectionModel> model, boost::shared_ptr<FlowCanvas::Connectable> src, boost::shared_ptr<FlowCanvas::Connectable> dst, uint32_t color) |