summaryrefslogtreecommitdiff
path: root/src/navigationmanager.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/navigationmanager.cpp')
-rw-r--r--src/navigationmanager.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/navigationmanager.cpp b/src/navigationmanager.cpp
index cd28b048d..9b164a478 100644
--- a/src/navigationmanager.cpp
+++ b/src/navigationmanager.cpp
@@ -31,7 +31,7 @@ static const int walkMask = (BlockMask::WALL | BlockMask::AIR
namespace
{
- struct Cell
+ struct Cell final
{
Cell(const int x0, const int y0) :
x(x0),