diff --git a/rogueviz/rewriting.cpp b/rogueviz/rewriting.cpp index c1260b92..c77e0a6f 100644 --- a/rogueviz/rewriting.cpp +++ b/rogueviz/rewriting.cpp @@ -39,7 +39,7 @@ struct hrmap_rewrite : hrmap_hyperbolic { map > asg; map, heptagon*> asg_rev; - heptagon *create_step(heptagon *h, int direction) { + heptagon *create_step(heptagon *h, int direction) override { if(h->move(direction)) return h->move(direction); if(asg.empty()) { asg[h] = {h, start}; h->zebraval = 0; }