Add missing override specifier.
This commit is contained in:
parent
503e921d2f
commit
5b371161a7
1 changed files with 2 additions and 2 deletions
|
@ -789,8 +789,8 @@ public:
|
|||
|
||||
void write(config& cfg) const;
|
||||
|
||||
virtual void handle_event(const SDL_Event&);
|
||||
virtual void handle_window_event(const SDL_Event& event);
|
||||
virtual void handle_event(const SDL_Event&) override;
|
||||
virtual void handle_window_event(const SDL_Event& event) override;
|
||||
|
||||
private:
|
||||
void read(const config& cfg);
|
||||
|
|
Loading…
Add table
Reference in a new issue