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:
authorSybren A. Stüvel <sybren@blender.org>2021-10-08 16:14:45 +0300
committerSybren A. Stüvel <sybren@blender.org>2021-10-08 16:28:00 +0300
commit7afde7cd22822993fa1a6f709ff0676fc71a0aaf (patch)
tree2f9b22a5bf1db45e0486ad9ab5403ffc29da2aa7 /source/blender/blenkernel/BKE_asset_catalog.hh
parent092424dae3da4c45f944294825d680a97a0f11ac (diff)
Cleanup: asset catalogs, alphabetically order forward declarations
No functional changes.
Diffstat (limited to 'source/blender/blenkernel/BKE_asset_catalog.hh')
-rw-r--r--source/blender/blenkernel/BKE_asset_catalog.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/blenkernel/BKE_asset_catalog.hh b/source/blender/blenkernel/BKE_asset_catalog.hh
index b6b90cff5fd..e9f0aa6311c 100644
--- a/source/blender/blenkernel/BKE_asset_catalog.hh
+++ b/source/blender/blenkernel/BKE_asset_catalog.hh
@@ -48,8 +48,8 @@ using CatalogFilePath = std::string;
class AssetCatalog;
class AssetCatalogDefinitionFile;
-class AssetCatalogTree;
class AssetCatalogFilter;
+class AssetCatalogTree;
/* Manages the asset catalogs of a single asset library (i.e. of catalogs defined in a single
* directory hierarchy). */