summaryrefslogtreecommitdiffstats
path: root/src/Driver.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/Driver.hpp')
-rw-r--r--src/Driver.hpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/Driver.hpp b/src/Driver.hpp
index 21f604e..7873ef3 100644
--- a/src/Driver.hpp
+++ b/src/Driver.hpp
@@ -22,6 +22,8 @@
#include <functional>
#include <utility>
+namespace patchage {
+
/// Base class for drivers that handle system clients and ports
class Driver
{
@@ -62,4 +64,6 @@ protected:
EventSink _emit_event; ///< Sink for emitting "live" events
};
+} // namespace patchage
+
#endif // PATCHAGE_DRIVER_HPP