diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2019-04-28 21:36:28 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2019-04-28 21:36:28 +0200 |
commit | eb1c52f5f31aaeb218e48b9fb03069fe8d596f5a (patch) | |
tree | e87454f8dbeb5e53d317a54b4e3e0a22fb2ef699 /tracker-pt/module | |
parent | d243571221aad5fcadbe1842e8a89b520a2b01fe (diff) |
try fix warning in #726
Diffstat (limited to 'tracker-pt/module')
-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); |