More missing override specifiers.
This commit is contained in:
parent
5b371161a7
commit
ab36c8bcc2
1 changed files with 2 additions and 2 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Reference in a new issue