summaryrefslogtreecommitdiffhomepage
path: root/tracker-pt/camera.h
diff options
context:
space:
mode:
Diffstat (limited to 'tracker-pt/camera.h')
-rw-r--r--tracker-pt/camera.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tracker-pt/camera.h b/tracker-pt/camera.h
index 7a4f75c4..f5fd8f81 100644
--- a/tracker-pt/camera.h
+++ b/tracker-pt/camera.h
@@ -22,7 +22,7 @@
struct Camera final : pt_camera
{
- Camera();
+ Camera(const QString& module_name);
pt_camera_open_status start(int idx, int fps, int res_x, int res_y) override;
void stop() override;