summaryrefslogtreecommitdiffstats
path: root/src/Connector.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/Connector.hpp')
-rw-r--r--src/Connector.hpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/Connector.hpp b/src/Connector.hpp
index 084217e..e10e540 100644
--- a/src/Connector.hpp
+++ b/src/Connector.hpp
@@ -21,6 +21,8 @@
#include <unordered_map>
+namespace patchage {
+
class Driver;
class ILog;
@@ -40,4 +42,6 @@ private:
std::unordered_map<PortID::Type, Driver*> _drivers;
};
+} // namespace patchage
+
#endif // PATCHAGE_CONNECTOR_HPP