diff options
author | Marc Gilleron <marc.gilleron@gmail.com> | 2022-08-24 01:02:24 +0100 |
---|---|---|
committer | Marc Gilleron <marc.gilleron@gmail.com> | 2022-08-24 21:29:32 +0100 |
commit | 22fcdffd1726a82af43ef46fbdfbfc3dcf5c6bd0 (patch) | |
tree | 779b0edd7fa7f2fb0be41b7e32ef85dcfc259446 /modules/visual_script/visual_script_nodes.cpp | |
parent | 08d8f884cd669f06d65fc7ed2c58ca56d71d6145 (diff) |
Make GraphNode::_validate_property protected so GraphNode can be inherited.
It's not about overriding or accessing `_validate_property`,
but since `_validate_property` became a multilevel method,
the GDCLASS macro now tries to access the one from the parent class,
which causes a compiling error if the parent class declares
`_validate_property` as private.
Diffstat (limited to 'modules/visual_script/visual_script_nodes.cpp')
0 files changed, 0 insertions, 0 deletions