[Bf-blender-cvs] [da09867c9fc] blenloader-decentralization: cleanup

Jacques Lucke noreply at git.blender.org
Sun May 3 16:32:21 CEST 2020


Commit: da09867c9fc80feb086d8495629ccf63234a3485
Author: Jacques Lucke
Date:   Sun May 3 16:32:13 2020 +0200
Branches: blenloader-decentralization
https://developer.blender.org/rBda09867c9fc80feb086d8495629ccf63234a3485

cleanup

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

M	source/blender/blenkernel/BKE_idtype.h

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

diff --git a/source/blender/blenkernel/BKE_idtype.h b/source/blender/blenkernel/BKE_idtype.h
index 4e530f9d7c4..8d1467fd259 100644
--- a/source/blender/blenkernel/BKE_idtype.h
+++ b/source/blender/blenkernel/BKE_idtype.h
@@ -67,9 +67,9 @@ typedef void (*IDTypeMakeLocalFunction)(struct Main *bmain, struct ID *id, const
 typedef void (*IDTypeBlendWriteFunction)(struct BlendWriter *writer,
                                          struct ID *id,
                                          const void *id_address);
-typedef void (*IDTypeBlendReadDataFunction)(struct BlendDataReader *reader, struct ID *);
-typedef void (*IDTypeBlendReadLibFunction)(struct BlendLibReader *reader, struct ID *);
-typedef void (*IDTypeBlendExpandFunction)(struct BlendExpander *expander, struct ID *);
+typedef void (*IDTypeBlendReadDataFunction)(struct BlendDataReader *reader, struct ID *id);
+typedef void (*IDTypeBlendReadLibFunction)(struct BlendLibReader *reader, struct ID *id);
+typedef void (*IDTypeBlendExpandFunction)(struct BlendExpander *expander, struct ID *id);
 
 typedef struct IDTypeInfo {
   /* ********** General IDType data. ********** */



More information about the Bf-blender-cvs mailing list