mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2025-02-15 02:00:22 +00:00
m/space: Add missing extern "C"
This commit is contained in:
parent
1c046dc523
commit
2c1d413bf0
|
@ -264,7 +264,7 @@ apply_relation(const struct xrt_space_relation *a,
|
|||
*
|
||||
*/
|
||||
|
||||
void
|
||||
extern "C" void
|
||||
m_relation_chain_resolve(const struct xrt_relation_chain *xrc, struct xrt_space_relation *out_relation)
|
||||
{
|
||||
if (xrc->step_count == 0 || has_step_with_no_pose(xrc)) {
|
||||
|
|
Loading…
Reference in a new issue