summaryrefslogtreecommitdiffstats
path: root/src/PatchageModule.cpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2020-11-28 17:42:01 +0100
committerDavid Robillard <d@drobilla.net>2020-11-28 21:09:38 +0100
commita22750e70aec9d5109dde2d4cb647f7f1e736f95 (patch)
tree65cd254ed35d55b32a69e1bb65da85cd9f8cc7af /src/PatchageModule.cpp
parent900ff665db0f4d0b591935df9f9b7e1f402f5908 (diff)
downloadpatchage-a22750e70aec9d5109dde2d4cb647f7f1e736f95.tar.gz
patchage-a22750e70aec9d5109dde2d4cb647f7f1e736f95.tar.bz2
patchage-a22750e70aec9d5109dde2d4cb647f7f1e736f95.zip
Move SignalDirection to its own header
Diffstat (limited to 'src/PatchageModule.cpp')
-rw-r--r--src/PatchageModule.cpp3
1 files changed, 2 insertions, 1 deletions
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)