summaryrefslogtreecommitdiffstats
path: root/src/opengl/qgl.h
diff options
context:
space:
mode:
authorRhys Weatherley <rhys.weatherley@nokia.com>2009-08-27 23:22:36 (GMT)
committerRhys Weatherley <rhys.weatherley@nokia.com>2009-08-27 23:22:36 (GMT)
commitd4973f096ebbaada144ea1d6d0c44c5274d5279c (patch)
treeaee58998d61fe69585809bc51af34903d9c7441f /src/opengl/qgl.h
parentc723aeefe56ddcc2d661474f54a63dcdd5c0d6b2 (diff)
downloadQt-d4973f096ebbaada144ea1d6d0c44c5274d5279c.zip
Qt-d4973f096ebbaada144ea1d6d0c44c5274d5279c.tar.gz
Qt-d4973f096ebbaada144ea1d6d0c44c5274d5279c.tar.bz2
Remove extraneous semi-colons
Reviewed-by: trustme
Diffstat (limited to 'src/opengl/qgl.h')
-rw-r--r--src/opengl/qgl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/opengl/qgl.h b/src/opengl/qgl.h
index a928d64..13ad668 100644
--- a/src/opengl/qgl.h
+++ b/src/opengl/qgl.h
@@ -300,7 +300,7 @@ public:
DefaultBindOption = LinearFilteringBindOption | InvertedYBindOption | MipmapBindOption,
InternalBindOption = MemoryManagedBindOption | PremultipliedAlphaBindOption
};
- Q_DECLARE_FLAGS(BindOptions, BindOption);
+ Q_DECLARE_FLAGS(BindOptions, BindOption)
GLuint bindTexture(const QImage &image, GLenum target, GLint format,
BindOptions options);