summaryrefslogtreecommitdiffstats
path: root/src/event_to_string.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/event_to_string.cpp')
-rw-r--r--src/event_to_string.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/event_to_string.cpp b/src/event_to_string.cpp
index cdfeee4..58d99ac 100644
--- a/src/event_to_string.cpp
+++ b/src/event_to_string.cpp
@@ -29,6 +29,8 @@ PATCHAGE_RESTORE_WARNINGS
#include <iostream>
#include <string>
+namespace patchage {
+
namespace {
struct EventPrinter
@@ -147,3 +149,5 @@ operator<<(std::ostream& os, const PatchageEvent& event)
{
return os << event_to_string(event);
}
+
+} // namespace patchage