From 191fc37915b1f3b68be86cc51b7a5c0aa7d677e9 Mon Sep 17 00:00:00 2001 From: dpasukhi Date: Sun, 20 Oct 2024 14:58:41 +0100 Subject: [PATCH] Coding - OpenVR module compilation fail #107 Compilation failed with Clang on OpenVR module --- src/Aspect/Aspect_OpenVRSession.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Aspect/Aspect_OpenVRSession.cxx b/src/Aspect/Aspect_OpenVRSession.cxx index d04f729ea0..2c295435f6 100644 --- a/src/Aspect/Aspect_OpenVRSession.cxx +++ b/src/Aspect/Aspect_OpenVRSession.cxx @@ -168,7 +168,7 @@ struct Aspect_OpenVRSession::VRContext vr::IVRSystem* System; //!< OpenVR session object //! Empty constructor. - Aspect_OpenVRSession::VRContext() : System (NULL) + VRContext() : System (NULL) { memset (TrackedPoses, 0, sizeof(TrackedPoses)); }