added missing override

This commit is contained in:
Zeno Rogue 2022-08-07 03:29:42 +02:00
parent 0265f76c69
commit 2a33f86f6f
1 changed files with 1 additions and 1 deletions

View File

@ -2210,7 +2210,7 @@ EX namespace reg3 {
heptagon *origin;
hrmap_quotient3 *quotient_map;
hrmap_quotient3 *qmap() { return quotient_map; }
hrmap_quotient3 *qmap() override { return quotient_map; }
int connection(int fv, int d) override {
return quotient_map->local_id[quotient_map->acells[fv]->move(d)].first;