From 4edcf74065e24c9c152fdf44d1dea891a360ea5b Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Sat, 10 Mar 2018 17:26:38 +0100 Subject: sprinkle some `static constexpr inline' --- dinput/win32-joystick.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dinput/win32-joystick.hpp') 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>; - static constexpr int joy_axis_size = 65536; + static constexpr inline int joy_axis_size = 65536; struct joy_info { -- cgit v1.2.3