diff options
| -rw-r--r-- | tracker-steamvr/steamvr.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/tracker-steamvr/steamvr.cpp b/tracker-steamvr/steamvr.cpp index 4264b755..259145b9 100644 --- a/tracker-steamvr/steamvr.cpp +++ b/tracker-steamvr/steamvr.cpp @@ -32,7 +32,7 @@  QMutex device_list::mtx(QMutex::Recursive);  template<typename F> -static auto with_vr_lock(F&& fun) -> decltype(fun(vr_t(), error_t())) +auto with_vr_lock(F&& fun) -> decltype(fun(vr_t(), error_t()))  {      QMutexLocker l(&device_list::mtx);      error_t e; vr_t v; | 
