diff options
Diffstat (limited to 'src/resources/map/map.h')
-rw-r--r-- | src/resources/map/map.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/resources/map/map.h b/src/resources/map/map.h index 1b87f8288..4a0f71e82 100644 --- a/src/resources/map/map.h +++ b/src/resources/map/map.h @@ -283,7 +283,7 @@ class Map final : public Properties, public ConfigListener const restrict2 A_WARN_UNUSED; void optionChanged(const std::string &restrict value) - restrict2 final; + restrict2 override final; MapItem *findPortalXY(const int x, const int y) const restrict2 A_WARN_UNUSED; |