summaryrefslogtreecommitdiffstats
path: root/src/SignalDirection.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/SignalDirection.hpp')
-rw-r--r--src/SignalDirection.hpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/SignalDirection.hpp b/src/SignalDirection.hpp
index 03a13a4..52c767d 100644
--- a/src/SignalDirection.hpp
+++ b/src/SignalDirection.hpp
@@ -17,6 +17,8 @@
#ifndef PATCHAGE_SIGNALDIRECTION_HPP
#define PATCHAGE_SIGNALDIRECTION_HPP
+namespace patchage {
+
enum class SignalDirection
{
input,
@@ -24,4 +26,6 @@ enum class SignalDirection
duplex,
};
+} // namespace patchage
+
#endif // PATCHAGE_SIGNALDIRECTION_HPP