Make return type explicit.
This commit is contained in:
parent
67a29bab74
commit
912afb129f
1 changed files with 1 additions and 1 deletions
|
@ -2082,7 +2082,7 @@ void Node::update_configuration_warning() {
|
||||||
}
|
}
|
||||||
|
|
||||||
bool Node::is_owned_by_parent() const {
|
bool Node::is_owned_by_parent() const {
|
||||||
data.parent_owned;
|
return data.parent_owned;
|
||||||
}
|
}
|
||||||
|
|
||||||
void Node::_bind_methods() {
|
void Node::_bind_methods() {
|
||||||
|
|
Loading…
Reference in a new issue