mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 09:38:07 +02:00
mesa: Make tfeedback_decl::var_name a const char *.
Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
This commit is contained in:
parent
367b83f890
commit
913a5c238b
1 changed files with 1 additions and 1 deletions
|
|
@ -1421,7 +1421,7 @@ private:
|
|||
/**
|
||||
* The name of the variable, parsed from orig_name.
|
||||
*/
|
||||
char *var_name;
|
||||
const char *var_name;
|
||||
|
||||
/**
|
||||
* True if the declaration in orig_name represents an array.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue