summaryrefslogtreecommitdiffhomepage
path: root/tracker-steamvr/steamvr.hpp
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2017-06-22 07:28:29 +0200
committerStanislaw Halik <sthalik@misaki.pl>2017-06-22 07:28:29 +0200
commit442fd797087834cb691cf18f4a808eee6d740353 (patch)
tree108f354f498c3f7272095d58dc5b03d861ef83f0 /tracker-steamvr/steamvr.hpp
parent0ebf074be440dc5ba30802fdccfc786c6d4acbd7 (diff)
misc irrelevant
Diffstat (limited to 'tracker-steamvr/steamvr.hpp')
-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 af8fdbc8..0592dec9 100644
--- a/tracker-steamvr/steamvr.hpp
+++ b/tracker-steamvr/steamvr.hpp
@@ -51,7 +51,7 @@ struct device_list final
void refresh_device_list();
const QList<device_spec>& devices() const { return device_specs; }
- static OTR_NEVER_INLINE maybe_pose get_pose(int k);
+ static never_inline maybe_pose get_pose(int k);
static QString strerror(error_t error);
static constexpr int max_devices = int(vr::k_unMaxTrackedDeviceCount);