diff options
Diffstat (limited to 'src/gui/Connection.hpp')
-rw-r--r-- | src/gui/Connection.hpp | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/gui/Connection.hpp b/src/gui/Connection.hpp index 7bd39ff5..395f5e62 100644 --- a/src/gui/Connection.hpp +++ b/src/gui/Connection.hpp @@ -37,11 +37,11 @@ namespace GUI { class Connection : public FlowCanvas::Connection { public: - Connection(FlowCanvas::Canvas& canvas, - boost::shared_ptr<const ConnectionModel> model, - boost::shared_ptr<FlowCanvas::Connectable> src, - boost::shared_ptr<FlowCanvas::Connectable> dst, - uint32_t color); + Connection(FlowCanvas::Canvas& canvas, + boost::shared_ptr<const ConnectionModel> model, + FlowCanvas::Connectable* src, + FlowCanvas::Connectable* dst, + uint32_t color); SharedPtr<const ConnectionModel> model() const { return _connection_model; } |