More missing override specifiers.

This commit is contained in:
Gregory A Lundberg 2018-03-18 12:54:30 -05:00
parent 5b371161a7
commit ab36c8bcc2
No known key found for this signature in database
GPG key ID: 149484078AE8AE9E

View file

@ -97,10 +97,10 @@ public:
~sdl_event_handler();
/** Inherited from events::sdl_handler. */
void handle_event(const SDL_Event& event);
void handle_event(const SDL_Event& event) override;
/** Inherited from events::sdl_handler. */
void handle_window_event(const SDL_Event& event);
void handle_window_event(const SDL_Event& event) override;
/**
* Connects a dispatcher.