GLES: Fix const correctness and for TestEGLError()

This commit is contained in:
derhass 2015-03-18 21:05:34 +01:00
parent 2458078987
commit c23c98562b

View file

@ -103,7 +103,7 @@ EGLConfig eglConfig;
EGLSurface eglSurface=EGL_NO_SURFACE;
EGLContext eglContext=EGL_NO_CONTEXT;
bool TestEGLError(char* pszLocation)
static bool TestEGLError(const char* pszLocation)
{
/*
* eglGetError returns the last error that has happened using egl,