From 7803b51b424fb90e40089003a3d9f25318097fe8 Mon Sep 17 00:00:00 2001 From: Sergey Sharybin Date: Thu, 24 Jan 2013 13:43:37 +0000 Subject: Fixed for strict compiler flags --- source/blender/python/intern/bpy_app_translations.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source') 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 -- cgit v1.2.3