Cleanup: Use const arguments for node group poll function
Also make the disabled hint argument optional.
This commit is contained in:
@@ -960,8 +960,8 @@ void nodeLabel(const struct bNodeTree *ntree, const struct bNode *node, char *la
|
||||
*/
|
||||
const char *nodeSocketLabel(const struct bNodeSocket *sock);
|
||||
|
||||
bool nodeGroupPoll(struct bNodeTree *nodetree,
|
||||
struct bNodeTree *grouptree,
|
||||
bool nodeGroupPoll(const struct bNodeTree *nodetree,
|
||||
const struct bNodeTree *grouptree,
|
||||
const char **r_disabled_hint);
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user