src/gui/egl/qegl_p.h
changeset 23 89e065397ea6
parent 18 2f34d5167611
child 30 5dc02b23752f
--- a/src/gui/egl/qegl_p.h	Fri May 14 16:40:13 2010 +0300
+++ b/src/gui/egl/qegl_p.h	Thu May 27 13:40:48 2010 +0300
@@ -102,8 +102,8 @@
 
     bool configAttrib(int name, EGLint *value) const;
 
-    static void clearError() { eglGetError(); }
-    static EGLint error() { return eglGetError(); }
+    static void clearError();
+    static EGLint error();
     static QString errorString(EGLint code);
 
     static EGLDisplay display();