Cleanup: use class instead of struct

This commit is contained in:
Jacques Lucke 2022-05-30 16:27:59 +02:00
parent fc1ae52994
commit cd6551d4eb
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@
namespace blender::nodes {
struct FieldInferencingInterface;
struct NodeDeclaration;
class NodeDeclaration;
} // namespace blender::nodes
namespace blender::bke {