aboutsummaryrefslogtreecommitdiff
path: root/mwe
diff options
context:
space:
mode:
authorJAROWMR <jarorutjes07@gmail.com>2024-11-15 14:32:09 +0100
committerJAROWMR <jarorutjes07@gmail.com>2024-11-15 14:32:09 +0100
commit37c016f1d5902cf7bbfed08d13ee2bc6ef725add (patch)
treece9de85b6d5ffd43d2e798b5310df883705f5ca8 /mwe
parentde1c6053033483c7e824f8018d75be6af424d14d (diff)
parent337a957a9e605f16287506b6afda56950e562db3 (diff)
merge with wouter/events
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 16c75bf..3e70201 100644
--- a/mwe/events/include/event.h
+++ b/mwe/events/include/event.h
@@ -152,7 +152,7 @@ private:
};
class ShutDownEvent : public Event {
public:
- ShutDownEvent() : Event("ShutDownEvent") {};
+ ShutDownEvent() : Event("ShutDownEvent"){};
REGISTER_EVENT_TYPE(ShutDownEvent)