summaryrefslogtreecommitdiffhomepage
path: root/dinput
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2018-03-10 17:26:38 +0100
committerStanislaw Halik <sthalik@misaki.pl>2018-03-10 18:35:13 +0100
commit4edcf74065e24c9c152fdf44d1dea891a360ea5b (patch)
treea1e71c608f7d72f6532be70bbc56e5fda4b6cb0d /dinput
parentaf292bc8dcf31d8df6d4500d63752f9e651cc5ac (diff)
sprinkle some `static constexpr inline'
Diffstat (limited to 'dinput')
-rw-r--r--dinput/win32-joystick.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/dinput/win32-joystick.hpp b/dinput/win32-joystick.hpp
index 4d2dd344..42ecf57f 100644
--- a/dinput/win32-joystick.hpp
+++ b/dinput/win32-joystick.hpp
@@ -58,7 +58,7 @@ struct OTR_DINPUT_EXPORT win32_joy_ctx
using joys_t = std::unordered_map<QString, std::shared_ptr<joy>>;
- static constexpr int joy_axis_size = 65536;
+ static constexpr inline int joy_axis_size = 65536;
struct joy_info
{