From: dpasukhi Date: Sun, 20 Oct 2024 13:58:41 +0000 (+0100) Subject: Coding - OpenVR module compilation fail #107 X-Git-Tag: V7_9_0_beta1~134 X-Git-Url: http://git.dev.opencascade.org/gitweb/?a=commitdiff_plain;h=191fc37915b1f3b68be86cc51b7a5c0aa7d677e9;p=occt.git Coding - OpenVR module compilation fail #107 Compilation failed with Clang on OpenVR module --- 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)); }