Game Display: added another missing override specifier
This commit is contained in:
parent
654a688616
commit
d6bbdc3134
1 changed files with 1 additions and 1 deletions
|
@ -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. */
|
||||
|
|
Loading…
Add table
Reference in a new issue