summaryrefslogtreecommitdiffstats
path: root/src/declarative/opengl/gltexture.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/declarative/opengl/gltexture.h')
-rw-r--r--src/declarative/opengl/gltexture.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/declarative/opengl/gltexture.h b/src/declarative/opengl/gltexture.h
index 8704498..787c9a5 100644
--- a/src/declarative/opengl/gltexture.h
+++ b/src/declarative/opengl/gltexture.h
@@ -105,7 +105,7 @@ public:
GLuint texture() const;
private:
- Q_DISABLE_COPY(GLTexture);
+ Q_DISABLE_COPY(GLTexture)
GLTexturePrivate *d;
};