From 2d6ad884664ec915f6704a6b0a67876150161669 Mon Sep 17 00:00:00 2001 From: Jeroen Bakker Date: Tue, 21 Apr 2020 15:36:35 +0200 Subject: CleanUp: Renamed `BLI_task_pool_userdata` to `BLI_task_pool_user_data` In preparation for {D7475} --- source/blender/editors/space_file/filelist.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/editors/space_file') diff --git a/source/blender/editors/space_file/filelist.c b/source/blender/editors/space_file/filelist.c index ac8fa413f07..fbaebb66e01 100644 --- a/source/blender/editors/space_file/filelist.c +++ b/source/blender/editors/space_file/filelist.c @@ -1268,7 +1268,7 @@ static void filelist_cache_preview_runf(TaskPool *__restrict pool, void *taskdata, int UNUSED(threadid)) { - FileListEntryCache *cache = BLI_task_pool_userdata(pool); + FileListEntryCache *cache = BLI_task_pool_user_data(pool); FileListEntryPreviewTaskData *preview_taskdata = taskdata; FileListEntryPreview *preview = preview_taskdata->preview; -- cgit v1.2.3