From 78f8c6c81c2e900aa1cb433940667a054cc0b6ed Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Fri, 25 Apr 2025 08:01:32 +0200 Subject: buffer flush --- tracker-steamvr/steamvr.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tracker-steamvr/steamvr.cpp') diff --git a/tracker-steamvr/steamvr.cpp b/tracker-steamvr/steamvr.cpp index 05b5ed35e..bd0c9c1e0 100644 --- a/tracker-steamvr/steamvr.cpp +++ b/tracker-steamvr/steamvr.cpp @@ -26,7 +26,7 @@ #include #include -QMutex device_list::mtx(QMutex::Recursive); +QRecursiveMutex device_list::mtx; template auto with_vr_lock(F&& fun) -> decltype(fun(vr_t(), vr_error_t())) -- cgit v1.2.3