summaryrefslogtreecommitdiffhomepage
path: root/tracker-pt/module/point_extractor.h
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2021-09-26 09:49:57 +0200
committerStanislaw Halik <sthalik@misaki.pl>2021-09-26 11:22:51 +0200
commitbdeeda5bc815dc66eefc1c818213141f92a41e0a (patch)
treec43b18de5b0d125d64a7cbed47688a27a919c283 /tracker-pt/module/point_extractor.h
parentadd1d5d0b01078a3a99167a65e691e2ee647f398 (diff)
tracker/{pt,wii}: cosmetic changes only
Diffstat (limited to 'tracker-pt/module/point_extractor.h')
-rw-r--r--tracker-pt/module/point_extractor.h4
1 files changed, 3 insertions, 1 deletions
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<vec2>& points) override;
- PointExtractor(const QString& module_name);
+
+ explicit PointExtractor(const QString& module_name);
+
private:
static constexpr int max_blobs = 16;