summaryrefslogtreecommitdiffstats
path: root/src/JackDbusDriver.hpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2020-11-28 16:45:38 +0100
committerDavid Robillard <d@drobilla.net>2020-11-28 17:39:10 +0100
commite2982b5f760a862e091992dc0424b2f78c6b724b (patch)
treea18732fb244aab23317d311622f80902ae38a2da /src/JackDbusDriver.hpp
parent8889e2c2d03a414c9e917a598ebfb213c5a28503 (diff)
downloadpatchage-e2982b5f760a862e091992dc0424b2f78c6b724b.tar.gz
patchage-e2982b5f760a862e091992dc0424b2f78c6b724b.tar.bz2
patchage-e2982b5f760a862e091992dc0424b2f78c6b724b.zip
Rename ModuleType to SignalDirection
Diffstat (limited to 'src/JackDbusDriver.hpp')
-rw-r--r--src/JackDbusDriver.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/JackDbusDriver.hpp b/src/JackDbusDriver.hpp
index a92e553..f85f59d 100644
--- a/src/JackDbusDriver.hpp
+++ b/src/JackDbusDriver.hpp
@@ -77,7 +77,7 @@ private:
void info_msg(const std::string& msg) const;
PatchageModule*
- find_or_create_module(ModuleType type, const std::string& name);
+ find_or_create_module(SignalDirection type, const std::string& name);
void add_port(PatchageModule* module,
PortType type,