summaryrefslogtreecommitdiff
path: root/src/resources/fboinfo.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/resources/fboinfo.h')
-rw-r--r--src/resources/fboinfo.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/resources/fboinfo.h b/src/resources/fboinfo.h
index 9dd754c19..54415e697 100644
--- a/src/resources/fboinfo.h
+++ b/src/resources/fboinfo.h
@@ -31,7 +31,7 @@
#include <SDL_opengl.h>
#include <GL/glext.h>
-struct FBOInfo
+struct FBOInfo final
{
FBOInfo() :
fboId(0), textureId(0), rboId(0)