Fix possible compiler warning and linker error

Type was forward declared as class, but is a struct. GCC is quiet about this
Clang gives a warning about potential linker errors on MSVC.
This commit is contained in:
2023-02-15 15:09:22 +01:00
parent a0b4da2bd0
commit a7ccb3df3e

View File

@@ -19,7 +19,6 @@
#include "BKE_callbacks.h"
struct AssetLibrary;
class bUserAssetLibrary;
struct IDRemapper;
struct Main;