diff --git a/src/xrt/state_trackers/oxr/oxr_objects.h b/src/xrt/state_trackers/oxr/oxr_objects.h index 15d198f5c..a27c4b177 100644 --- a/src/xrt/state_trackers/oxr/oxr_objects.h +++ b/src/xrt/state_trackers/oxr/oxr_objects.h @@ -1171,6 +1171,7 @@ struct oxr_instance struct oxr_event *next; } event; + //! Interaction profile bindings that have been suggested by the client. struct oxr_interaction_profile **profiles; size_t profile_count;