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/safeopenglgraphics.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/safeopenglgraphics.h') diff --git a/src/safeopenglgraphics.h b/src/safeopenglgraphics.h index a6f22182c..72a9485d7 100644 --- a/src/safeopenglgraphics.h +++ b/src/safeopenglgraphics.h @@ -36,7 +36,7 @@ #include #include -class SafeOpenGLGraphics : public Graphics +class SafeOpenGLGraphics final : public Graphics { public: SafeOpenGLGraphics(); -- cgit v1.2.3-70-g09d2