Cleanup: use struct instead of class

Using `class` and `struct` for the same type can cause issues on windows.
This commit is contained in:
Jacques Lucke 2021-12-12 08:58:55 +01:00
parent 8c55481e33
commit b444e1be0f
1 changed files with 1 additions and 1 deletions

View File

@ -60,7 +60,7 @@
namespace blender::fn {
class FieldInput;
class FieldInputs;
struct FieldInputs;
/**
* A node in a field-tree. It has at least one output that can be referenced by fields.