mesa: Make tfeedback_decl::var_name a const char *.

Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
This commit is contained in:
Paul Berry 2011-12-27 08:24:57 -08:00
parent 367b83f890
commit 913a5c238b

View file

@ -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.