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:
authorBastien Montagne <montagne29@wanadoo.fr>2019-08-08 18:18:15 +0300
committerBastien Montagne <montagne29@wanadoo.fr>2019-08-08 18:20:39 +0300
commite18e9aa0d0f2133b61cf1d9c707ff2166ba5c0ca (patch)
tree9b5565082f67afb431c0204e164688df8be68ef8 /source/blender/blenkernel/intern/blendfile.c
parent1342d1879e121b1cf4118a232139d906a7da1ee6 (diff)
Cleanup: Typo in naming (BLE instead of BKE, tssttt).
Diffstat (limited to 'source/blender/blenkernel/intern/blendfile.c')
-rw-r--r--source/blender/blenkernel/intern/blendfile.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/blenkernel/intern/blendfile.c b/source/blender/blenkernel/intern/blendfile.c
index 4ceae89dfbb..0d94fbe648f 100644
--- a/source/blender/blenkernel/intern/blendfile.c
+++ b/source/blender/blenkernel/intern/blendfile.c
@@ -372,7 +372,7 @@ static void setup_app_data(bContext *C,
* lib_link on local IDs using linked ones.
* There is no real way to predict amount of changes here, so we have to fully redo
* refcounting . */
- BLE_main_id_refcount_recompute(bmain, true);
+ BKE_main_id_refcount_recompute(bmain, true);
}
}