summaryrefslogtreecommitdiffhomepage
path: root/tracker-pt
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2018-03-10 17:26:38 +0100
committerStanislaw Halik <sthalik@misaki.pl>2018-03-10 18:35:13 +0100
commit4edcf74065e24c9c152fdf44d1dea891a360ea5b (patch)
treea1e71c608f7d72f6532be70bbc56e5fda4b6cb0d /tracker-pt
parentaf292bc8dcf31d8df6d4500d63752f9e651cc5ac (diff)
sprinkle some `static constexpr inline'
Diffstat (limited to 'tracker-pt')
-rw-r--r--tracker-pt/module/point_extractor.h2
1 files changed, 1 insertions, 1 deletions
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<vec2>& points) override;
PointExtractor(const QString& module_name);
private:
- static constexpr int max_blobs = 16;
+ static constexpr inline int max_blobs = 16;
pt_settings s;