summaryrefslogtreecommitdiff
path: root/src/mesa/shader/slang/slang_compile_function.h
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2008-12-12 10:17:58 -0700
committerBrian Paul <brian.paul@tungstengraphics.com>2008-12-12 10:17:58 -0700
commit9a174ef4090189e19831092bb2bae4bfc5396968 (patch)
tree84f4e586a8a3e3ff7dfed7f5a9c9ad44012b5314 /src/mesa/shader/slang/slang_compile_function.h
parentaeeb9bca2712dbf8540486fc584e214a8af4c7c4 (diff)
mesa: more glsl type/function movement
Diffstat (limited to 'src/mesa/shader/slang/slang_compile_function.h')
-rw-r--r--src/mesa/shader/slang/slang_compile_function.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/shader/slang/slang_compile_function.h b/src/mesa/shader/slang/slang_compile_function.h
index 85e69432ac..5a432d4667 100644
--- a/src/mesa/shader/slang/slang_compile_function.h
+++ b/src/mesa/shader/slang/slang_compile_function.h
@@ -84,7 +84,7 @@ extern struct slang_function_ *
_slang_locate_function(const struct slang_function_scope_ *funcs,
slang_atom name, struct slang_operation_ *params,
GLuint num_params,
- const slang_name_space *space,
+ const struct slang_name_space_ *space,
slang_atom_pool *atoms, slang_info_log *log,
GLboolean *error);