From 826f3c715ce176894a558540ef97dc47125df12b Mon Sep 17 00:00:00 2001 From: Sergey Sharybin Date: Thu, 15 Jun 2017 10:19:33 +0200 Subject: Fix strict cflags compilation after recent const changes --- source/blender/blenkernel/BKE_object_facemap.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/blenkernel/BKE_object_facemap.h') diff --git a/source/blender/blenkernel/BKE_object_facemap.h b/source/blender/blenkernel/BKE_object_facemap.h index 332b2851e85..2607e5aa2dd 100644 --- a/source/blender/blenkernel/BKE_object_facemap.h +++ b/source/blender/blenkernel/BKE_object_facemap.h @@ -44,7 +44,7 @@ void BKE_object_facemap_clear(struct Object *ob); int BKE_object_facemap_name_index(struct Object *ob, const char *name); void BKE_object_facemap_unique_name(struct Object *ob, struct bFaceMap *fmap); struct bFaceMap *BKE_object_facemap_find_name(struct Object *ob, const char *name); -void BKE_object_facemap_copy_list(struct ListBase *outbase, struct ListBase *inbase); +void BKE_object_facemap_copy_list(struct ListBase *outbase, const struct ListBase *inbase); #ifdef __cplusplus } -- cgit v1.2.3