summaryrefslogtreecommitdiffstats
path: root/src/glsl
diff options
context:
space:
mode:
authorPaul Berry <[email protected]>2011-12-27 08:24:57 -0800
committerPaul Berry <[email protected]>2012-01-05 13:27:11 -0800
commit913a5c238b76a84616917dd47c3c7f627c892e58 (patch)
treebb581e30709cbeeaa8d4aa267eee04e4dde9485e /src/glsl
parent367b83f890f6f7922bc8f9aa528ab50f55674e9e (diff)
mesa: Make tfeedback_decl::var_name a const char *.
Reviewed-by: Kenneth Graunke <[email protected]>
Diffstat (limited to 'src/glsl')
-rw-r--r--src/glsl/linker.cpp2
1 files changed, 1 insertions, 1 deletions
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.