Skip to content

Commit

Permalink
Add an override specifier
Browse files Browse the repository at this point in the history
Thanks to @matthiaskrgr for the compiler run.
  • Loading branch information
jyrkive committed Apr 12, 2017
1 parent 48142dd commit f93353b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gui/dialogs/multiplayer/synced_choice_wait.hpp
Expand Up @@ -39,7 +39,7 @@ class synched_choice_wait : public modal_dialog, public events::observer
/** Inherited from modal_dialog. */
virtual void pre_show(window& window) override;

virtual void handle_generic_event(const std::string& event_name);
virtual void handle_generic_event(const std::string& event_name) override;
};
} // namespace dialogs
} // namespace gui2
Expand Down

0 comments on commit f93353b

Please sign in to comment.