commit 5a551fc81d751f98e1991d070323d85bdf0e3c1a
Author: Jakub Bogusz <[email protected]>
Date: Fri Mar 31 19:46:58 2023 +0200
- patch to fix in-class constructor overqualification
OpenCASCADE-openvr.patch | 11 +++++++++++
1 file changed, 11 insertions(+)
---
diff --git a/OpenCASCADE-openvr.patch b/OpenCASCADE-openvr.patch
new file mode 100644
index 0000000..760c018
--- /dev/null
+++ b/OpenCASCADE-openvr.patch
@@ -0,0 +1,11 @@
+--- occt-ffce0d6/src/Aspect/Aspect_OpenVRSession.cxx.orig 2023-03-21
13:36:52.000000000 +0100
++++ occt-ffce0d6/src/Aspect/Aspect_OpenVRSession.cxx 2023-03-31
16:15:06.535765064 +0200
+@@ -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));
+ }
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/OpenCASCADE.git/commitdiff/5a551fc81d751f98e1991d070323d85bdf0e3c1a
_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit