summaryrefslogtreecommitdiffstats
path: root/src/glsl/linker.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/glsl/linker.cpp')
-rw-r--r--src/glsl/linker.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/glsl/linker.cpp b/src/glsl/linker.cpp
index d9527d4ba2b..e0ce00ce5b9 100644
--- a/src/glsl/linker.cpp
+++ b/src/glsl/linker.cpp
@@ -2689,7 +2689,7 @@ add_interface_variables(struct gl_shader_program *shProg,
* Builds up a list of program resources that point to existing
* resource data.
*/
-static void
+void
build_program_resource_list(struct gl_context *ctx,
struct gl_shader_program *shProg)
{