mirror of
https://github.com/stan220/godot-docs.git
synced 2026-09-09 00:29:00 +00:00
The statement is a compile error which emits use of overloaded operator '=' is ambiguous (with operand types 'Ref<FuncRef>' and 'FuncRef *') This commit uses neikeq suggestion of Ref<MyReference> myref(memnew(MyReference)); Fixes #506