Add missing override specifier.

This commit is contained in:
Gregory A Lundberg 2018-03-18 11:56:49 -05:00
parent 503e921d2f
commit 5b371161a7
No known key found for this signature in database
GPG key ID: 149484078AE8AE9E

View file

@ -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);