Skip to content

Commit

Permalink
Add the mandatory override specifier to make clang-tidy happy
Browse files Browse the repository at this point in the history
  • Loading branch information
kevingranade authored Dec 31, 2019
1 parent 2414634 commit e8cc67e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/map.h
Original file line number Diff line number Diff line change
Expand Up @@ -1843,6 +1843,6 @@ class fake_map : public tinymap
public:
fake_map( const furn_id &fur_type, const ter_id &ter_type, const trap_id &trap_type,
int fake_map_z );
~fake_map();
~fake_map() override;
};
#endif

0 comments on commit e8cc67e

Please sign in to comment.