Cleanup: Fix compiler warning about function without prototype

No functional changes.
This commit is contained in:
Sybren A. Stüvel 2020-07-27 15:48:47 +02:00
parent 71506698de
commit 79312962de
1 changed files with 2 additions and 2 deletions

View File

@ -177,8 +177,8 @@ static bool wm_xr_session_draw_data_needs_reset_to_base_pose(const wmXrSessionSt
(state->prev_base_pose_object != settings->base_pose_object));
}
wmXrSessionStateEvent wm_xr_session_state_to_event(const wmXrSessionState *state,
const XrSessionSettings *settings)
static wmXrSessionStateEvent wm_xr_session_state_to_event(const wmXrSessionState *state,
const XrSessionSettings *settings)
{
if (!state->is_view_data_set) {
return SESSION_STATE_EVENT_START;