diff options
author | Brian Paul <[email protected]> | 2005-11-03 02:26:47 +0000 |
---|---|---|
committer | Brian Paul <[email protected]> | 2005-11-03 02:26:47 +0000 |
commit | 1624162b0ca78fe2174418dd303c51d8eb80ff25 (patch) | |
tree | 1f8e5228f95e09d226d45fe71ce385c872ba0aec /src/mesa/shader/program.h | |
parent | 45cd2f9305fb2c001044e3696e90a45e58c2eb62 (diff) |
added a const, clean-up
Diffstat (limited to 'src/mesa/shader/program.h')
-rw-r--r-- | src/mesa/shader/program.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/shader/program.h b/src/mesa/shader/program.h index 87590ceea9a..776062f7d08 100644 --- a/src/mesa/shader/program.h +++ b/src/mesa/shader/program.h @@ -249,7 +249,7 @@ _mesa_add_unnamed_constant(struct program_parameter_list *paramList, extern GLint _mesa_add_state_reference(struct program_parameter_list *paramList, - GLint *stateTokens); + const GLint *stateTokens); extern GLfloat * _mesa_lookup_parameter_value(struct program_parameter_list *paramList, |