Commit: e659f78d3e5892f98c4855907a9cf91af12638e8
Author: Jeroen Bakker
Date:   Wed Oct 13 15:42:48 2021 +0200
Branches: master
https://developer.blender.org/rBe659f78d3e5892f98c4855907a9cf91af12638e8

Cleanup: use typedef struct for BLODataBlockInfo.

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

M       source/blender/blenloader/BLO_readfile.h

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

diff --git a/source/blender/blenloader/BLO_readfile.h 
b/source/blender/blenloader/BLO_readfile.h
index fa29b09af02..4656bc64a1f 100644
--- a/source/blender/blenloader/BLO_readfile.h
+++ b/source/blender/blenloader/BLO_readfile.h
@@ -163,10 +163,10 @@ void BLO_blendfiledata_free(BlendFileData *bfd);
 /** \name BLO Blend File Handle API
  * \{ */
 
-struct BLODataBlockInfo {
+typedef struct BLODataBlockInfo {
   char name[64]; /* MAX_NAME */
   struct AssetMetaData *asset_data;
-};
+} BLODataBlockInfo;
 
 BlendHandle *BLO_blendhandle_from_file(const char *filepath, struct 
BlendFileReadReport *reports);
 BlendHandle *BLO_blendhandle_from_memory(const void *mem,

_______________________________________________
Bf-blender-cvs mailing list
[email protected]
List details, subscription details or unsubscribe:
https://lists.blender.org/mailman/listinfo/bf-blender-cvs

Reply via email to