From c0f88ed8a860026e32ec6a06287fcf9394b4cf0a Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Mon, 28 Jan 2019 21:08:24 +1100 Subject: Cleanup: sort forward declarations of enum & struct Done using: source/tools/utils_maintenance/c_sort_blocks.py --- source/blender/blenlib/BLI_array_store.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/blenlib/BLI_array_store.h') diff --git a/source/blender/blenlib/BLI_array_store.h b/source/blender/blenlib/BLI_array_store.h index f4cbc07bf26..c0c16b83466 100644 --- a/source/blender/blenlib/BLI_array_store.h +++ b/source/blender/blenlib/BLI_array_store.h @@ -26,8 +26,8 @@ * \brief Efficient in-memory storage of multiple similar arrays. */ -typedef struct BArrayStore BArrayStore; typedef struct BArrayState BArrayState; +typedef struct BArrayStore BArrayStore; BArrayStore *BLI_array_store_create( unsigned int stride, unsigned int chunk_count); -- cgit v1.2.3