From 913a5c238b76a84616917dd47c3c7f627c892e58 Mon Sep 17 00:00:00 2001 From: Paul Berry Date: Tue, 27 Dec 2011 08:24:57 -0800 Subject: [PATCH] mesa: Make tfeedback_decl::var_name a const char *. Reviewed-by: Kenneth Graunke --- src/glsl/linker.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/glsl/linker.cpp b/src/glsl/linker.cpp index ef6a6e3647a..e98b4cac2b5 100644 --- a/src/glsl/linker.cpp +++ b/src/glsl/linker.cpp @@ -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. -- 2.30.2