From a22750e70aec9d5109dde2d4cb647f7f1e736f95 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sat, 28 Nov 2020 17:42:01 +0100 Subject: Move SignalDirection to its own header --- src/PatchageModule.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/PatchageModule.cpp') diff --git a/src/PatchageModule.cpp b/src/PatchageModule.cpp index 73dd3e8..9b56856 100644 --- a/src/PatchageModule.cpp +++ b/src/PatchageModule.cpp @@ -19,10 +19,11 @@ #include "Patchage.hpp" #include "PatchageCanvas.hpp" #include "PatchagePort.hpp" +#include "SignalDirection.hpp" PatchageModule::PatchageModule(Patchage* app, const std::string& name, - SignalDirection type, + SignalDirection type, ClientID id, double x, double y) -- cgit v1.2.1