Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2021-08-26 05:39:45 +0300
committerCampbell Barton <ideasman42@gmail.com>2021-08-26 05:39:45 +0300
commitcec35060f563e89a567ce252a6a3ebc7fcf3318f (patch)
treed36d27fc37e906b774339c1e0231c65392952e85 /source/blender/editors/asset/ED_asset_mark_clear.h
parent4e16e8b6711538256823db936a00787e1e9e8679 (diff)
Cleanup: sort struct blocks
Diffstat (limited to 'source/blender/editors/asset/ED_asset_mark_clear.h')
-rw-r--r--source/blender/editors/asset/ED_asset_mark_clear.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/asset/ED_asset_mark_clear.h b/source/blender/editors/asset/ED_asset_mark_clear.h
index cdd1f0d080b..7524ec6b02a 100644
--- a/source/blender/editors/asset/ED_asset_mark_clear.h
+++ b/source/blender/editors/asset/ED_asset_mark_clear.h
@@ -24,8 +24,8 @@
extern "C" {
#endif
-struct bContext;
struct ID;
+struct bContext;
bool ED_asset_mark_id(const struct bContext *C, struct ID *id);
bool ED_asset_clear_id(struct ID *id);