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:
Diffstat (limited to 'source/blender/editors/space_file/file_draw.c')
-rw-r--r--source/blender/editors/space_file/file_draw.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/space_file/file_draw.c b/source/blender/editors/space_file/file_draw.c
index 0c3de753a2e..06066372828 100644
--- a/source/blender/editors/space_file/file_draw.c
+++ b/source/blender/editors/space_file/file_draw.c
@@ -291,7 +291,7 @@ static void file_draw_icon(uiBlock *block, const char *path, int sx, int sy, int
static void file_draw_string(int sx, int sy, const char *string, float width, int height, short align,
- unsigned char col[4])
+ const unsigned char col[4])
{
uiStyle *style;
uiFontStyle fs;