Moved member variables to initializer list
This commit is contained in:
parent
41d1dba35f
commit
08f22f1cf0
44 changed files with 609 additions and 694 deletions
|
|
@ -69,7 +69,6 @@ void FuncRef::_bind_methods() {
|
|||
ClassDB::bind_method(D_METHOD("set_function", "name"), &FuncRef::set_function);
|
||||
}
|
||||
|
||||
FuncRef::FuncRef() {
|
||||
|
||||
id = 0;
|
||||
FuncRef::FuncRef() :
|
||||
id(0) {
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue