summaryrefslogtreecommitdiffhomepage
path: root/tracker-pt/module
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2019-04-28 21:36:28 +0200
committerStanislaw Halik <sthalik@misaki.pl>2019-04-28 21:36:28 +0200
commiteb1c52f5f31aaeb218e48b9fb03069fe8d596f5a (patch)
treee87454f8dbeb5e53d317a54b4e3e0a22fb2ef699 /tracker-pt/module
parentd243571221aad5fcadbe1842e8a89b520a2b01fe (diff)
try fix warning in #726
Diffstat (limited to 'tracker-pt/module')
-rw-r--r--tracker-pt/module/camera.h2
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);