Skip to content

Commit 3e40561

Browse files
authored
Merge pull request #186 from matthieucoquet/fix_vs_16_6
Fix Visual Studio 19 16.6 build
2 parents 38dca88 + f533f06 commit 3e40561

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
---
2+
- issue.184.gh.OpenXR-SDK-Source
3+
---
4+
hello_xr: Fix build with Visual Studio 16.6.

src/tests/hello_xr/openxr_program.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -345,7 +345,7 @@ struct OpenXrProgram : IOpenXrProgram {
345345
}
346346
}
347347

348-
using InputState = struct {
348+
struct InputState {
349349
XrActionSet actionSet{XR_NULL_HANDLE};
350350
XrAction grabAction{XR_NULL_HANDLE};
351351
XrAction poseAction{XR_NULL_HANDLE};

0 commit comments

Comments
 (0)