summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel/qopenglcontext.h
diff options
context:
space:
mode:
authorFriedemann Kleint <Friedemann.Kleint@nokia.com>2011-08-29 14:13:08 +0200
committerSamuel Rødal <samuel.rodal@nokia.com>2011-08-29 14:39:07 +0200
commitcf9a304e6e3134421b8268bf8e75dc46b3d044c2 (patch)
tree17a7587d9d42eedd8f1655048b6dc8da03383d76 /src/gui/kernel/qopenglcontext.h
parentc1ccf6922637952f749cc2d67fbc07f9ab340b33 (diff)
Build on Windows/clean build on Linux.
Change-Id: I26552e85a8e8c63002db93b7d9b645981620f0af Reviewed-on: http://codereview.qt.nokia.com/3738 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Samuel Rødal <samuel.rodal@nokia.com>
Diffstat (limited to 'src/gui/kernel/qopenglcontext.h')
-rw-r--r--src/gui/kernel/qopenglcontext.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/kernel/qopenglcontext.h b/src/gui/kernel/qopenglcontext.h
index ff1017c896..b5a19a0ebc 100644
--- a/src/gui/kernel/qopenglcontext.h
+++ b/src/gui/kernel/qopenglcontext.h
@@ -85,7 +85,7 @@ private:
class Q_GUI_EXPORT QOpenGLContext : public QObject
{
Q_OBJECT
- Q_DECLARE_PRIVATE(QOpenGLContext);
+ Q_DECLARE_PRIVATE(QOpenGLContext)
public:
QOpenGLContext(QObject *parent = 0);
~QOpenGLContext();