diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2021-09-26 13:12:47 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2021-09-26 13:12:47 +0200 |
commit | 877e3e4be7bf88ac9200165c37eb81315c801cfc (patch) | |
tree | 021f681263c1b8029fc56e3ae396639282954fdd /tracker-pt | |
parent | bdeeda5bc815dc66eefc1c818213141f92a41e0a (diff) |
tracker/pt: fix typo
Diffstat (limited to 'tracker-pt')
-rw-r--r-- | tracker-pt/pt-api.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tracker-pt/pt-api.hpp b/tracker-pt/pt-api.hpp index a2f37f6f..a0d3cd5d 100644 --- a/tracker-pt/pt-api.hpp +++ b/tracker-pt/pt-api.hpp @@ -86,7 +86,7 @@ struct pt_camera pt_camera(); virtual ~pt_camera(); - OTR_DISABLE_MOVE_COPY(pt_point_extractor); + OTR_DISABLE_MOVE_COPY(pt_camera); [[nodiscard]] virtual bool start(const pt_settings& s) = 0; virtual void stop() = 0; |