From bdeeda5bc815dc66eefc1c818213141f92a41e0a Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Sun, 26 Sep 2021 09:49:57 +0200 Subject: tracker/{pt,wii}: cosmetic changes only --- tracker-pt/module/point_extractor.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'tracker-pt/module/point_extractor.h') diff --git a/tracker-pt/module/point_extractor.h b/tracker-pt/module/point_extractor.h index ab906414..124cb110 100644 --- a/tracker-pt/module/point_extractor.h +++ b/tracker-pt/module/point_extractor.h @@ -36,7 +36,9 @@ public: void extract_points(const pt_frame& frame, pt_preview& preview_frame, bool preview_visible, std::vector& points) override; - PointExtractor(const QString& module_name); + + explicit PointExtractor(const QString& module_name); + private: static constexpr int max_blobs = 16; -- cgit v1.2.3