Cleanup: missing declaration warning

This commit is contained in:
Campbell Barton 2021-05-17 15:22:19 +10:00
parent 27c0d29138
commit 67c40cc51c
1 changed files with 1 additions and 1 deletions

View File

@ -205,7 +205,7 @@ static bool detect_mip_render_workaround()
return enable_workaround;
}
const char *gl_extension_get(int i)
static const char *gl_extension_get(int i)
{
return (char *)glGetStringi(GL_EXTENSIONS, i);
}