Game Display: added another missing override specifier

This commit is contained in:
Charles Dang 2018-01-29 17:36:22 +11:00
parent 654a688616
commit d6bbdc3134

View file

@ -140,7 +140,7 @@ protected:
virtual void post_commit() override;
void draw_hex(const map_location& loc);
virtual void draw_hex(const map_location& loc) override;
public:
/** Set the attack direction indicator. */