From db5d1f603e0dd3076444f27008fcf1a61a4e151c Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sat, 28 Nov 2020 12:32:24 +0100 Subject: Factor out Connector from PatchageCanvas This finally breaks the dependency of the canvas on the entire application, and fixes the confusing situation where it wasn't clear whether connect/disconnect methods made/broke connections on the canvas or on the system. --- wscript | 1 + 1 file changed, 1 insertion(+) (limited to 'wscript') diff --git a/wscript b/wscript index 2d80c4e..b0a0734 100644 --- a/wscript +++ b/wscript @@ -239,6 +239,7 @@ def build(bld): install_path = '${BINDIR}') prog.source = ''' src/Configuration.cpp + src/Connector.cpp src/Legend.cpp src/Patchage.cpp src/PatchageCanvas.cpp -- cgit v1.2.1