Skip to content

Commit

Permalink
More missing override specifiers.
Browse files Browse the repository at this point in the history
  • Loading branch information
GregoryLundberg committed Mar 18, 2018
1 parent 5b37116 commit ab36c8b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/gui/core/event/handler.cpp
Expand Up @@ -97,10 +97,10 @@ class sdl_event_handler : public events::sdl_handler
~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.
Expand Down

0 comments on commit ab36c8b

Please sign in to comment.