diff options
author | derammo <817160+derammo@users.noreply.github.com> | 2022-08-23 11:34:26 -0400 |
---|---|---|
committer | derammo <817160+derammo@users.noreply.github.com> | 2022-08-23 11:34:26 -0400 |
commit | 65116a7e91d474ae0f95784e3edd90fb7fec28c4 (patch) | |
tree | 7c46efafea7655e6d7d5ea09bf674574b8d8533e /modules/gdscript/gdscript_disassembler.cpp | |
parent | ba0421f3d907b1a3fc94e05f6c20b158e9aa7021 (diff) | |
download | redot-engine-65116a7e91d474ae0f95784e3edd90fb7fec28c4.tar.gz |
change Ref<T> to allow non const access to ptr
allows non-const T* to be taken from const Ref<T> directly
instead of using hacky workarounds such as copying it to
another Ref
this fixes methods with const Ref<T>& arguments not being
able to access non-const methods on contained T
Diffstat (limited to 'modules/gdscript/gdscript_disassembler.cpp')
0 files changed, 0 insertions, 0 deletions