mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-09-18 14:27:39 +03:00
Coding - OpenVR module compilation fail #107
Compilation failed with Clang on OpenVR module
This commit is contained in:
@@ -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));
|
||||
}
|
||||
|
Reference in New Issue
Block a user