summaryrefslogtreecommitdiffstats
path: root/src/gui/Connection.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/Connection.cpp')
-rw-r--r--src/gui/Connection.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/Connection.cpp b/src/gui/Connection.cpp
index 511f6044..6f24b124 100644
--- a/src/gui/Connection.cpp
+++ b/src/gui/Connection.cpp
@@ -35,7 +35,7 @@ Connection::Connection(FlowCanvas::Canvas& canvas,
{
Port* const src_port = dynamic_cast<Port*>(src);
if (src_port)
- _bpath.property_dash() = src_port->dash();
+ _bpath->property_dash() = src_port->dash();
}
} // namespace GUI