mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-22 08:30:34 +01:00
const correctness
This commit is contained in:
parent
98ea0a3f1f
commit
40c7cb7e17
2 changed files with 3 additions and 3 deletions
|
|
@ -247,8 +247,8 @@ slang_variable_copy(slang_variable * x, const slang_variable * y)
|
|||
}
|
||||
|
||||
slang_variable *
|
||||
_slang_locate_variable(slang_variable_scope * scope, slang_atom a_name,
|
||||
GLboolean all)
|
||||
_slang_locate_variable(const slang_variable_scope * scope,
|
||||
const slang_atom a_name, GLboolean all)
|
||||
{
|
||||
GLuint i;
|
||||
|
||||
|
|
|
|||
|
|
@ -115,7 +115,7 @@ extern int
|
|||
slang_variable_copy(slang_variable *, const slang_variable *);
|
||||
|
||||
extern slang_variable *
|
||||
_slang_locate_variable(slang_variable_scope *, slang_atom a_name,
|
||||
_slang_locate_variable(const slang_variable_scope *, const slang_atom a_name,
|
||||
GLboolean all);
|
||||
|
||||
extern GLboolean
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue