aboutsummaryrefslogtreecommitdiff
path: root/mwe
diff options
context:
space:
mode:
authorWBoerenkamps <wrj.boerenkamps@student.avans.nl>2024-11-18 15:42:12 +0100
committerWBoerenkamps <wrj.boerenkamps@student.avans.nl>2024-11-18 15:42:12 +0100
commitad5a0e04aec5e9e9cbbd54a665eff748e31bc1dc (patch)
tree101408c9ded572416eac67e95308f0741853865d /mwe
parent71a614e1f87141c4d062a2a466377322fc3d9ff0 (diff)
remove event.h change
Diffstat (limited to 'mwe')
-rw-r--r--mwe/events/include/event.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/mwe/events/include/event.h b/mwe/events/include/event.h
index e1b220b..ee1bf52 100644
--- a/mwe/events/include/event.h
+++ b/mwe/events/include/event.h
@@ -148,7 +148,7 @@ private:
};
class ShutDownEvent : public Event {
public:
- ShutDownEvent() : Event("ShutDownEvent"){};
+ ShutDownEvent() : Event("ShutDownEvent") {};
REGISTER_EVENT_TYPE(ShutDownEvent)