From aa3b01a556a60ce09123e93263642193da86982b Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Mon, 11 Feb 2019 15:52:03 +0100 Subject: compat/macros: remove prefix Let's not be concerned about global namespace pollution. These identifiers aren't exposed in the api/ directory. --- tracker-steamvr/steamvr.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tracker-steamvr') diff --git a/tracker-steamvr/steamvr.hpp b/tracker-steamvr/steamvr.hpp index c6f31fa9..61da2e05 100644 --- a/tracker-steamvr/steamvr.hpp +++ b/tracker-steamvr/steamvr.hpp @@ -48,7 +48,7 @@ struct device_list final void refresh_device_list(); const QList& devices() const { return device_specs; } - static cc_noinline maybe_pose get_pose(int k); + static never_inline maybe_pose get_pose(int k); static QString error_string(vr_error_t error); static constexpr unsigned max_devices = vr::k_unMaxTrackedDeviceCount; -- cgit v1.2.3