diff options
Diffstat (limited to 'src/safeopenglgraphics.h')
-rw-r--r-- | src/safeopenglgraphics.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 <SDL_opengl.h> #include <GL/glext.h> -class SafeOpenGLGraphics : public Graphics +class SafeOpenGLGraphics final : public Graphics { public: SafeOpenGLGraphics(); |