From 6eb8340ef45a2bc4d28db5430f1cf9e890c93c3e Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Mon, 5 Jul 2021 21:41:45 +1000 Subject: Cleanup: use const arguments --- source/blender/gpu/intern/gpu_material_library.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/gpu/intern/gpu_material_library.h') diff --git a/source/blender/gpu/intern/gpu_material_library.h b/source/blender/gpu/intern/gpu_material_library.h index da7b1636fa3..782d89d6f2a 100644 --- a/source/blender/gpu/intern/gpu_material_library.h +++ b/source/blender/gpu/intern/gpu_material_library.h @@ -62,5 +62,5 @@ char *gpu_material_library_generate_code(struct GSet *used_libraries, const char /* Code Parsing */ -char *gpu_str_skip_token(char *str, char *token, int max); +const char *gpu_str_skip_token(const char *str, char *token, int max); const char *gpu_data_type_to_string(const eGPUType type); -- cgit v1.2.3