summaryrefslogtreecommitdiff
path: root/src/resources/fboinfo.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2012-09-23 19:52:08 +0300
committerAndrei Karas <akaras@inbox.ru>2012-09-23 19:52:08 +0300
commit6d28f4d48f5cb3462765c7a1d582cea49352be1f (patch)
tree797671acb4cfbe9f5510e8d9769742f17d7a9b2c /src/resources/fboinfo.h
parentecc0dbab411d6f1f741dd19d0bc593ecc36a4941 (diff)
downloadplus-6d28f4d48f5cb3462765c7a1d582cea49352be1f.tar.gz
plus-6d28f4d48f5cb3462765c7a1d582cea49352be1f.tar.bz2
plus-6d28f4d48f5cb3462765c7a1d582cea49352be1f.tar.xz
plus-6d28f4d48f5cb3462765c7a1d582cea49352be1f.zip
Add missing final keywords to classes.
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)