mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-10-14 05:57:37 +00:00
Eliminate -Woverloaded-virtual warnings from Clang. NFCI.
This commit is contained in:
@@ -807,7 +807,7 @@ struct hrmap_arbi : hrmap {
|
||||
return h1;
|
||||
}
|
||||
|
||||
transmatrix relative_matrix(heptagon *h2, heptagon *h1, const hyperpoint& hint) override {
|
||||
transmatrix relative_matrixh(heptagon *h2, heptagon *h1, const hyperpoint& hint) override {
|
||||
return relative_matrix_recursive(h2, h1);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user