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
path: root/source
diff options
context:
space:
mode:
Diffstat (limited to 'source')
-rw-r--r--source/blender/python/intern/bpy_app_translations.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/python/intern/bpy_app_translations.c b/source/blender/python/intern/bpy_app_translations.c
index e9495b3e761..db99d6bcf92 100644
--- a/source/blender/python/intern/bpy_app_translations.c
+++ b/source/blender/python/intern/bpy_app_translations.c
@@ -608,7 +608,7 @@ static PyObject *app_translations_new(PyTypeObject *type, PyObject *UNUSED(args)
return (PyObject *)_translations;
}
-void app_translations_free(void *obj)
+static void app_translations_free(void *obj)
{
PyObject_Del(obj);
#ifdef WITH_INTERNATIONAL