mirror of
https://github.com/mkxp-z/mkxp-z.git
synced 2025-08-24 15:53:45 +02:00
Fix typo in wrap_property
in libretro binding utils
This commit is contained in:
parent
c51e0d2701
commit
8182f3591c
1 changed files with 2 additions and 2 deletions
|
@ -121,9 +121,9 @@ namespace mkxp_sandbox {
|
||||||
)
|
)
|
||||||
|
|
||||||
SANDBOX_COROUTINE(wrap_property,
|
SANDBOX_COROUTINE(wrap_property,
|
||||||
VALUE operator()(VALUE self, void *ptr, const char *iv, VALUE klass) {
|
VALUE obj;
|
||||||
VALUE obj;
|
|
||||||
|
|
||||||
|
VALUE operator()(VALUE self, void *ptr, const char *iv, VALUE klass) {
|
||||||
BOOST_ASIO_CORO_REENTER (this) {
|
BOOST_ASIO_CORO_REENTER (this) {
|
||||||
SANDBOX_AWAIT_AND_SET(obj, rb_obj_alloc, klass);
|
SANDBOX_AWAIT_AND_SET(obj, rb_obj_alloc, klass);
|
||||||
set_private_data(obj, ptr);
|
set_private_data(obj, ptr);
|
||||||
|
|
Loading…
Add table
Reference in a new issue