Skip to content

Commit a011f98

Browse files
Fix Visual Studio 19 16.6 build
1 parent a179a05 commit a011f98

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)