diff --git a/reg3.cpp b/reg3.cpp index f49f696d..f9b2429c 100644 --- a/reg3.cpp +++ b/reg3.cpp @@ -228,7 +228,7 @@ EX namespace reg3 { vector> tmatrices; vector acells; - transmatrix adj(heptagon *h, int d) { return tmatrices[h->fieldval][d]; } + transmatrix adj(heptagon *h, int d) override { return tmatrices[h->fieldval][d]; } heptagon *getOrigin() override { return allh[0]; }