From 3dcf21babe03cee5080a25e787e1d7e72124288e Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sat, 22 Sep 2012 01:34:49 +0300 Subject: Add final keyword to most classes. --- src/position.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/position.h') diff --git a/src/position.h b/src/position.h index 60c762310..717aba8d3 100644 --- a/src/position.h +++ b/src/position.h @@ -26,10 +26,12 @@ #include #include +#include "localconsts.h" + /** * A position along a being's path. */ -struct Position +struct Position final { Position(const int x0, const int y0) : x(x0), y(y0) -- cgit v1.2.3-70-g09d2