[Bf-blender-cvs] [5890953bada] geometry-nodes-level-set-nodes: Attempt to fix build error on windows

Hans Goudey noreply at git.blender.org
Sun Sep 5 23:30:19 CEST 2021


Commit: 5890953bada46be3eb156218a724a0fd40118302
Author: Hans Goudey
Date:   Sun Sep 5 16:30:10 2021 -0500
Branches: geometry-nodes-level-set-nodes
https://developer.blender.org/rB5890953bada46be3eb156218a724a0fd40118302

Attempt to fix build error on windows

===================================================================

M	source/blender/blenkernel/intern/lib_id.c

===================================================================

diff --git a/source/blender/blenkernel/intern/lib_id.c b/source/blender/blenkernel/intern/lib_id.c
index 11e9053df43..5e3589c9e68 100644
--- a/source/blender/blenkernel/intern/lib_id.c
+++ b/source/blender/blenkernel/intern/lib_id.c
@@ -643,7 +643,7 @@ ID *BKE_id_copy(Main *bmain, const ID *id)
  * Invokes the appropriate copy method for the block and returns the result in
  * newid, unless test. Returns true if the block can be copied.
  */
-ID *BKE_id_copy_for_duplicate(Main *bmain, ID *id, const eDupli_ID_Flags duplicate_flags)
+ID *BKE_id_copy_for_duplicate(Main *bmain, ID *id, const uint duplicate_flags)
 {
   if (id == NULL) {
     return id;



More information about the Bf-blender-cvs mailing list