diff options
Diffstat (limited to 'tracker-pt/module')
| -rw-r--r-- | tracker-pt/module/point_extractor.h | 2 | 
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; | 
