Cleanup: Inconsistent struct vs. class declaration warning

This commit is contained in:
Aras Pranckevicius 2023-12-21 09:55:52 +02:00
parent f63a7c1ee9
commit a9aaf0bc26
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ struct TransVertStore;
struct wmKeyConfig;
namespace blender::bke {
enum class AttrDomain : int8_t;
class GSpanAttributeWriter;
struct GSpanAttributeWriter;
} // namespace blender::bke
/* -------------------------------------------------------------------- */