summaryrefslogtreecommitdiff
path: root/src/video/opengl.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/video/opengl.cpp')
-rw-r--r--src/video/opengl.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/video/opengl.cpp b/src/video/opengl.cpp
index cbad8a167..e128b77f3 100644
--- a/src/video/opengl.cpp
+++ b/src/video/opengl.cpp
@@ -62,7 +62,7 @@ GetOGLProcAddressProc GetOGLProcAddress;
* @param substring Substring to find.
* @return Pointer to the start of the match or nullptr if the substring is not present.
*/
-static const char *FindStringInExtensionList(const char *string, const char *substring)
+const char *FindStringInExtensionList(const char *string, const char *substring)
{
while (1) {
/* Is the extension string present at all? */