mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2025-02-12 00:38:04 +00:00
ipc: Fix type warning
This commit is contained in:
parent
731cca48d4
commit
c58f06f94c
|
@ -74,7 +74,7 @@ common_shutdown(volatile struct ipc_client_state *ics)
|
|||
continue;
|
||||
}
|
||||
|
||||
xrt_space_overseer_ref_space_dec(ics->server->xso, i);
|
||||
xrt_space_overseer_ref_space_dec(ics->server->xso, (enum xrt_reference_space_type)i);
|
||||
ics->ref_space_used[i] = false;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue