From 1261b75a36fc330f182dd1c3b34a2b4a0d439a80 Mon Sep 17 00:00:00 2001 From: Albert Astals Cid Date: Tue, 11 Jun 2013 16:47:57 +0200 Subject: Fix -Wpedantic warnings Don't need these extra ; and give warnings with -Wpedantic Change-Id: I877fee2a6421b1aaa97ca3845a09d70f3b2b302b Reviewed-by: Alan Alpert Reviewed-by: Gunnar Sletta --- src/quick/scenegraph/util/qsgtexture_p.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/quick/scenegraph/util/qsgtexture_p.h') diff --git a/src/quick/scenegraph/util/qsgtexture_p.h b/src/quick/scenegraph/util/qsgtexture_p.h index 6430a93ed8..7282d4051f 100644 --- a/src/quick/scenegraph/util/qsgtexture_p.h +++ b/src/quick/scenegraph/util/qsgtexture_p.h @@ -54,7 +54,7 @@ QT_BEGIN_NAMESPACE class QSGTexturePrivate : public QObjectPrivate { - Q_DECLARE_PUBLIC(QSGTexture); + Q_DECLARE_PUBLIC(QSGTexture) public: QSGTexturePrivate(); -- cgit v1.2.3