diff options
Diffstat (limited to 'src/compiler/glsl/ir.h')
-rw-r--r-- | src/compiler/glsl/ir.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/compiler/glsl/ir.h b/src/compiler/glsl/ir.h index cd17f69c179..cd56a2a9f52 100644 --- a/src/compiler/glsl/ir.h +++ b/src/compiler/glsl/ir.h @@ -2593,7 +2593,7 @@ extern gl_shader * _mesa_glsl_get_builtin_function_shader(void); extern ir_function_signature * -_mesa_get_main_function_signature(gl_shader *sh); +_mesa_get_main_function_signature(glsl_symbol_table *symbols); extern void _mesa_glsl_release_functions(void); |