1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-04-03 17:56:21 +03:00

Coding - OpenVR module compilation fail #107

Compilation failed with Clang on OpenVR module
This commit is contained in:
dpasukhi 2024-10-20 14:58:41 +01:00
parent a97a8e66e3
commit 191fc37915

View File

@ -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));
}