Cleanup: Remove unnecessary struct keyword from C++ headers
Pull Request: https://projects.blender.org/blender/blender/pulls/110734
This commit is contained in:
@@ -25,4 +25,4 @@
|
||||
|
||||
#include "RNA_access.h"
|
||||
|
||||
void fn_node_type_base(struct bNodeType *ntype, int type, const char *name, short nclass);
|
||||
void fn_node_type_base(bNodeType *ntype, int type, const char *name, short nclass);
|
||||
|
||||
Reference in New Issue
Block a user