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' --- tracker-pt/module/point_extractor.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tracker-pt') diff --git a/tracker-pt/module/point_extractor.h b/tracker-pt/module/point_extractor.h index 1b6f55a2..eac2268c 100644 --- a/tracker-pt/module/point_extractor.h +++ b/tracker-pt/module/point_extractor.h @@ -36,7 +36,7 @@ public: void extract_points(const pt_frame& frame, pt_preview& preview_frame, std::vector& points) override; PointExtractor(const QString& module_name); private: - static constexpr int max_blobs = 16; + static constexpr inline int max_blobs = 16; pt_settings s; -- cgit v1.2.3