diff --git a/changes/sdk/pr.186.gh.OpenXR-SDK-Source.md b/changes/sdk/pr.186.gh.OpenXR-SDK-Source.md new file mode 100644 index 000000000..4c5f2cc82 --- /dev/null +++ b/changes/sdk/pr.186.gh.OpenXR-SDK-Source.md @@ -0,0 +1,4 @@ +--- +- issue.184.gh.OpenXR-SDK-Source +--- +hello_xr: Fix build with Visual Studio 16.6. diff --git a/src/tests/hello_xr/openxr_program.cpp b/src/tests/hello_xr/openxr_program.cpp index bf4d7136e..18955bae9 100644 --- a/src/tests/hello_xr/openxr_program.cpp +++ b/src/tests/hello_xr/openxr_program.cpp @@ -345,7 +345,7 @@ struct OpenXrProgram : IOpenXrProgram { } } - using InputState = struct { + struct InputState { XrActionSet actionSet{XR_NULL_HANDLE}; XrAction grabAction{XR_NULL_HANDLE}; XrAction poseAction{XR_NULL_HANDLE};