Fix: use class instead of struct in forward declaration
This commit is contained in:
@@ -69,7 +69,7 @@ template<> struct DefaultHash<GeometryComponentType> {
|
||||
} // namespace blender
|
||||
|
||||
namespace blender::bke {
|
||||
struct ComponentAttributeProviders;
|
||||
class ComponentAttributeProviders;
|
||||
}
|
||||
|
||||
class GeometryComponent;
|
||||
|
||||
Reference in New Issue
Block a user