diff options
Diffstat (limited to 'tracker-pt/module/camera.h')
-rw-r--r-- | tracker-pt/module/camera.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tracker-pt/module/camera.h b/tracker-pt/module/camera.h index 02e2fe4d..e2ba159f 100644 --- a/tracker-pt/module/camera.h +++ b/tracker-pt/module/camera.h @@ -37,7 +37,7 @@ struct Camera final : pt_camera void show_camera_settings() override; private: - using camera = typename video::impl::camera; + using camera = video::impl::camera; [[nodiscard]] bool get_frame_(cv::Mat& frame); |