Cleanup: Remove unnecessary struct keyword from C++ headers

Pull Request: https://projects.blender.org/blender/blender/pulls/110734
This commit is contained in:
Hans Goudey
2023-08-03 01:11:28 +02:00
committed by Hans Goudey
parent 731d296f35
commit 8bb8cfb54e
78 changed files with 1207 additions and 1310 deletions

View File

@@ -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);