Fix missing override keywords

This commit is contained in:
Jonathan G Rennison
2021-03-02 23:41:07 +00:00
parent 3e1589eeae
commit 865cf79915
5 changed files with 22 additions and 22 deletions

View File

@@ -947,7 +947,7 @@ class NIHTown : public NIHelper {
return nullptr;
}
virtual std::vector<uint32> GetPSAGRFIDs(uint index) const
virtual std::vector<uint32> GetPSAGRFIDs(uint index) const override
{
Town *t = Town::Get(index);