summaryrefslogtreecommitdiffhomepage
path: root/tracker-steamvr
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2017-03-30 15:33:56 +0200
committerStanislaw Halik <sthalik@misaki.pl>2017-04-06 04:29:49 +0200
commita9333a5d93caac8cd4cdcd1e49d632fd1c96a6b4 (patch)
treedfd43ef01e9c8a5b4c6fda0855f7eb0a94ee4ef1 /tracker-steamvr
parent4096ab7bae9a07479428ffe932ab12b140b4f8f8 (diff)
tracker/steamvr: fix build
Diffstat (limited to 'tracker-steamvr')
-rw-r--r--tracker-steamvr/steamvr.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tracker-steamvr/steamvr.hpp b/tracker-steamvr/steamvr.hpp
index cb59f17e..9db32904 100644
--- a/tracker-steamvr/steamvr.hpp
+++ b/tracker-steamvr/steamvr.hpp
@@ -54,7 +54,7 @@ struct device_list final
static constexpr int max_devices = int(vr::k_unMaxTrackedDeviceCount);
template<typename F>
- friend static auto with_vr_lock(F&& fun) -> decltype(fun(vr_t(), error_t()));
+ friend auto with_vr_lock(F&& fun) -> decltype(fun(vr_t(), error_t()));
private:
QList<device_spec> device_specs;