summaryrefslogtreecommitdiffstats
path: root/src/PatchageEvent.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/PatchageEvent.hpp')
-rw-r--r--src/PatchageEvent.hpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/PatchageEvent.hpp b/src/PatchageEvent.hpp
index 0095cde..b98375c 100644
--- a/src/PatchageEvent.hpp
+++ b/src/PatchageEvent.hpp
@@ -27,6 +27,8 @@
#include <string>
+namespace patchage {
+
struct DriverAttachmentEvent
{
ClientType type;
@@ -81,4 +83,6 @@ using PatchageEvent = boost::variant<DriverAttachmentEvent,
ConnectionEvent,
DisconnectionEvent>;
+} // namespace patchage
+
#endif // PATCHAGE_PATCHAGEEVENT_HPP