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.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/event_to_string.cpp b/src/event_to_string.cpp
index 4b23875..c8a6c42 100644
--- a/src/event_to_string.cpp
+++ b/src/event_to_string.cpp
@@ -56,6 +56,8 @@ struct EventPrinter {
PATCHAGE_UNREACHABLE();
}
+ std::string operator()(const event::Cleared&) { return "Cleared"; }
+
std::string operator()(const event::DriverAttached& event)
{
return fmt::format("Attached to {}", (*this)(event.type));