Make return type explicit.

This commit is contained in:
Saracen 2016-06-21 12:40:56 +01:00
parent 67a29bab74
commit 912afb129f

View file

@ -2082,7 +2082,7 @@ void Node::update_configuration_warning() {
}
bool Node::is_owned_by_parent() const {
data.parent_owned;
return data.parent_owned;
}
void Node::_bind_methods() {