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/graphics.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/graphics.h') diff --git a/src/graphics.h b/src/graphics.h index 51f0a708a..d0d2dcba9 100644 --- a/src/graphics.h +++ b/src/graphics.h @@ -52,7 +52,7 @@ static const int defaultScreenHeight = 600; * Sections 0, 2, 6 and 8 will remain as is. 1, 3, 4, 5 and 7 will be * repeated to fit the size of the widget. */ -class ImageRect +class ImageRect final { public: enum ImagePosition -- cgit v1.2.3-60-g2f50