summaryrefslogtreecommitdiffstats
path: root/src/PatchageModule.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/PatchageModule.cpp')
-rw-r--r--src/PatchageModule.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/PatchageModule.cpp b/src/PatchageModule.cpp
index d900819..1931b3b 100644
--- a/src/PatchageModule.cpp
+++ b/src/PatchageModule.cpp
@@ -21,6 +21,8 @@
#include "PatchagePort.hpp"
#include "SignalDirection.hpp"
+namespace patchage {
+
PatchageModule::PatchageModule(Patchage* app,
const std::string& name,
SignalDirection type,
@@ -160,3 +162,5 @@ PatchageModule::get_port(const PortID& id)
return nullptr;
}
+
+} // namespace patchage