diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2018-07-13 16:20:30 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2018-07-13 16:20:30 +0200 |
commit | 68f5f213bf0cbd0bd60a6849bf4379113ea06282 (patch) | |
tree | 7906520ed59fe4ef7c03de91d55f4f74b87e4072 /tracker-pt/point_tracker.h | |
parent | db47f9fc711f9b0abeb8461042c40c70d5a71021 (diff) |
appease analyzer
Diffstat (limited to 'tracker-pt/point_tracker.h')
-rw-r--r-- | tracker-pt/point_tracker.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tracker-pt/point_tracker.h b/tracker-pt/point_tracker.h index cfe3735c..00325ee4 100644 --- a/tracker-pt/point_tracker.h +++ b/tracker-pt/point_tracker.h @@ -43,7 +43,7 @@ struct PointModel final enum Model { Clip, Cap, Custom }; - PointModel(const pt_settings& s); + explicit PointModel(const pt_settings& s); void set_model(const pt_settings& s); void get_d_order(const vec2* points, unsigned* d_order, const vec2& d) const; @@ -82,7 +82,7 @@ private: bool init_phase = true, prev_order_valid = false; }; -} // ns pt_impl +} // ns pt_module using PointTracker = pt_module::PointTracker; using PointModel = pt_module::PointModel; |