summaryrefslogtreecommitdiffhomepage
path: root/video
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 /video
parentd243571221aad5fcadbe1842e8a89b520a2b01fe (diff)
try fix warning in #726
Diffstat (limited to 'video')
-rw-r--r--video/camera.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/video/camera.hpp b/video/camera.hpp
index 1cda8839..c08fedb1 100644
--- a/video/camera.hpp
+++ b/video/camera.hpp
@@ -87,7 +87,7 @@ void register_camera(std::unique_ptr<impl::camera_> metadata);
namespace video
{
-using camera_impl = typename impl::camera;
+using camera_impl = impl::camera;
OTR_VIDEO_EXPORT
std::unique_ptr<camera_impl> make_camera(const QString& name);