summaryrefslogtreecommitdiffhomepage
path: root/video/camera.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'video/camera.hpp')
-rw-r--r--video/camera.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/video/camera.hpp b/video/camera.hpp
index 9ff2821b..250bad36 100644
--- a/video/camera.hpp
+++ b/video/camera.hpp
@@ -85,8 +85,8 @@ namespace video
{
using camera_impl = impl::camera;
-OTR_VIDEO_EXPORT
-std::unique_ptr<camera_impl> make_camera(const QString& name);
+OTR_VIDEO_EXPORT std::unique_ptr<camera_impl> make_camera(const QString& name);
+OTR_VIDEO_EXPORT std::unique_ptr<camera_impl> make_camera_(const QString& name);
OTR_VIDEO_EXPORT
std::vector<QString> camera_names();