summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/gui/egl/qeglproperties_p.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/egl/qeglproperties_p.h b/src/gui/egl/qeglproperties_p.h
index a57c11f..a69c6a0 100644
--- a/src/gui/egl/qeglproperties_p.h
+++ b/src/gui/egl/qeglproperties_p.h
@@ -76,7 +76,7 @@ public:
bool removeValue(int name);
bool isEmpty() const { return props[0] == EGL_NONE; }
- EGLconst int *properties() const { return props.constData(); }
+ const EGLint *properties() const { return props.constData(); }
void setPixelFormat(QImage::Format pixelFormat);
#ifdef Q_WS_X11