summaryrefslogtreecommitdiffstats
path: root/src/handle_event.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/handle_event.hpp')
-rw-r--r--src/handle_event.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/handle_event.hpp b/src/handle_event.hpp
index 0993db1..975b3bb 100644
--- a/src/handle_event.hpp
+++ b/src/handle_event.hpp
@@ -17,7 +17,7 @@
#ifndef PATCHAGE_HANDLE_EVENT_HPP
#define PATCHAGE_HANDLE_EVENT_HPP
-#include "PatchageEvent.hpp"
+#include "Event.hpp"
namespace patchage {
@@ -25,7 +25,7 @@ class Patchage;
/// Handle an event in the GUI
void
-handle_event(Patchage& patchage, const PatchageEvent& event);
+handle_event(Patchage& patchage, const Event& event);
} // namespace patchage