diff options
author | David Robillard <d@drobilla.net> | 2020-11-28 16:45:38 +0100 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2020-11-28 17:39:10 +0100 |
commit | e2982b5f760a862e091992dc0424b2f78c6b724b (patch) | |
tree | a18732fb244aab23317d311622f80902ae38a2da /src/JackDbusDriver.hpp | |
parent | 8889e2c2d03a414c9e917a598ebfb213c5a28503 (diff) | |
download | patchage-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.hpp | 2 |
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, |