From 98e2535b82ab601081a56c8a22d789d2da25cfd8 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 29 Nov 2020 18:31:45 +0100 Subject: Use more reasonable class names --- src/event_to_string.hpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/event_to_string.hpp') diff --git a/src/event_to_string.hpp b/src/event_to_string.hpp index 0795bce..db55733 100644 --- a/src/event_to_string.hpp +++ b/src/event_to_string.hpp @@ -17,7 +17,7 @@ #ifndef PATCHAGE_EVENT_TO_STRING_HPP #define PATCHAGE_EVENT_TO_STRING_HPP -#include "PatchageEvent.hpp" +#include "Event.hpp" #include #include @@ -25,10 +25,10 @@ namespace patchage { std::string -event_to_string(const PatchageEvent& event); +event_to_string(const Event& event); std::ostream& -operator<<(std::ostream& os, const PatchageEvent& event); +operator<<(std::ostream& os, const Event& event); } // namespace patchage -- cgit v1.2.1