summaryrefslogtreecommitdiff
path: root/tests/glean/tshaderapi.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/glean/tshaderapi.cpp')
-rw-r--r--tests/glean/tshaderapi.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/glean/tshaderapi.cpp b/tests/glean/tshaderapi.cpp
index 643bb6214..662428c06 100644
--- a/tests/glean/tshaderapi.cpp
+++ b/tests/glean/tshaderapi.cpp
@@ -193,7 +193,7 @@ ShaderAPITest::assert_error_test(const char *file, int line, GLenum expect)
void
-ShaderAPITest::check_status(GLuint id, GLenum pname, void (*query)(GLuint, GLenum, GLint *))
+ShaderAPITest::check_status(GLuint id, GLenum pname, void (APIENTRY *query)(GLuint, GLenum, GLint *))
{
GLint status;