From 42e6b27e1afda7fcd8beddd9676ba7edb6363a34 Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Mon, 14 Jan 2019 16:21:56 +0100 Subject: modernize only - replace `static constexpr inline' with `static constexpr'. `inline' is implied. - use braced initializer lists where applicable - still missing `override' usages --- pose-widget/pose-widget.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pose-widget') diff --git a/pose-widget/pose-widget.hpp b/pose-widget/pose-widget.hpp index 4a97b789..87367b96 100644 --- a/pose-widget/pose-widget.hpp +++ b/pose-widget/pose-widget.hpp @@ -85,7 +85,7 @@ struct pose_transform final : QThread std::vector uv_vec; std::atomic fresh; - static constexpr inline int w = 320, h = 240; + static constexpr int w = 320, h = 240; }; class OTR_POSE_WIDGET_EXPORT pose_widget final : public QWidget -- cgit v1.2.3