diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2018-03-10 17:26:38 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2018-03-10 18:35:13 +0100 |
commit | 4edcf74065e24c9c152fdf44d1dea891a360ea5b (patch) | |
tree | a1e71c608f7d72f6532be70bbc56e5fda4b6cb0d /pose-widget | |
parent | af292bc8dcf31d8df6d4500d63752f9e651cc5ac (diff) |
sprinkle some `static constexpr inline'
Diffstat (limited to 'pose-widget')
-rw-r--r-- | pose-widget/pose-widget.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pose-widget/pose-widget.hpp b/pose-widget/pose-widget.hpp index 9b280afc..fa956b47 100644 --- a/pose-widget/pose-widget.hpp +++ b/pose-widget/pose-widget.hpp @@ -86,7 +86,7 @@ struct pose_transform final : QThread std::atomic<bool> fresh; - static constexpr int w = 320, h = 240; + static constexpr inline int w = 320, h = 240; }; class OTR_POSE_WIDGET_EXPORT pose_widget final : public QWidget |