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:
authorKévin Dietrich <kevin.dietrich@mailoo.org>2021-02-02 03:00:15 +0300
committerKévin Dietrich <kevin.dietrich@mailoo.org>2021-02-02 03:00:15 +0300
commit050752b2d10e3d4e71e9360603a754b11879574e (patch)
treecb8d12dbd274c8719e02713d428d6dc23b64c8cd /source/blender/blenkernel/BKE_cachefile.h
parentca546f3511a864ad967af19193d18e135179d867 (diff)
cleanup
Diffstat (limited to 'source/blender/blenkernel/BKE_cachefile.h')
-rw-r--r--source/blender/blenkernel/BKE_cachefile.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/blenkernel/BKE_cachefile.h b/source/blender/blenkernel/BKE_cachefile.h
index 0de6b85fdc3..f21ad6fcdc3 100644
--- a/source/blender/blenkernel/BKE_cachefile.h
+++ b/source/blender/blenkernel/BKE_cachefile.h
@@ -60,7 +60,7 @@ void BKE_cachefile_reader_open(struct CacheFile *cache_file,
const char *object_path);
void BKE_cachefile_reader_free(struct CacheFile *cache_file, struct CacheReader **reader);
-bool BKE_cache_file_use_proxy(struct Depsgraph *depsgraph, struct CacheFile *cache_file);
+bool BKE_cache_file_use_proxies(struct Depsgraph *depsgraph, struct CacheFile *cache_file);
#ifdef __cplusplus
}