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:
Diffstat (limited to 'source/blender/editors/asset/ED_asset_list.hh')
-rw-r--r--source/blender/editors/asset/ED_asset_list.hh4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/blender/editors/asset/ED_asset_list.hh b/source/blender/editors/asset/ED_asset_list.hh
index fee34d929c2..dcc07f54e75 100644
--- a/source/blender/editors/asset/ED_asset_list.hh
+++ b/source/blender/editors/asset/ED_asset_list.hh
@@ -24,10 +24,10 @@
#include "BLI_function_ref.hh"
-struct AssetLibraryReference;
struct AssetHandle;
-struct bContext;
+struct AssetLibraryReference;
struct FileDirEntry;
+struct bContext;
std::string ED_assetlist_asset_filepath_get(const bContext *C,
const AssetLibraryReference &library_reference,