summaryrefslogtreecommitdiff
path: root/src/glsl/pp/sl_pp_context.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/glsl/pp/sl_pp_context.h')
-rw-r--r--src/glsl/pp/sl_pp_context.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/glsl/pp/sl_pp_context.h b/src/glsl/pp/sl_pp_context.h
index cb81f73ab9..56f7077750 100644
--- a/src/glsl/pp/sl_pp_context.h
+++ b/src/glsl/pp/sl_pp_context.h
@@ -46,8 +46,8 @@ void
sl_pp_context_destroy(struct sl_pp_context *context);
int
-sl_pp_context_add_str(struct sl_pp_context *context,
- const char *str);
+sl_pp_context_add_unique_str(struct sl_pp_context *context,
+ const char *str);
const char *
sl_pp_context_cstr(const struct sl_pp_context *context,