Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <campbell@blender.org>2022-01-12 03:42:54 +0300
committerCampbell Barton <campbell@blender.org>2022-01-12 04:51:11 +0300
commit0dc309bef636e4da8ee3dad97eb8b27562138701 (patch)
tree936e74f248acbdbc4a62599fd06387954be369df /source/blender/editors/include/UI_interface.h
parentf4492629ea0e5018412d5634c7be898a09af8bf0 (diff)
Cleanup: remove redundant const qualifiers for POD types
Diffstat (limited to 'source/blender/editors/include/UI_interface.h')
-rw-r--r--source/blender/editors/include/UI_interface.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/include/UI_interface.h b/source/blender/editors/include/UI_interface.h
index 5ecc43a9fc9..9ce07cd2e07 100644
--- a/source/blender/editors/include/UI_interface.h
+++ b/source/blender/editors/include/UI_interface.h
@@ -495,7 +495,7 @@ float UI_text_clip_middle_ex(const struct uiFontStyle *fstyle,
char *str,
float okwidth,
float minwidth,
- const size_t max_len,
+ size_t max_len,
char rpart_sep);
/**