diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/crepe/api/Event.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/crepe/api/Event.h b/src/crepe/api/Event.h index 2018d52..778ba63 100644 --- a/src/crepe/api/Event.h +++ b/src/crepe/api/Event.h @@ -123,8 +123,6 @@ public: /** * \brief Event triggered to indicate the application is shutting down. */ -class ShutDownEvent : public Event { -public: -}; +class ShutDownEvent : public Event {}; } // namespace crepe |