summaryrefslogtreecommitdiffhomepage
path: root/gui/main-window.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'gui/main-window.cpp')
-rw-r--r--gui/main-window.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/gui/main-window.cpp b/gui/main-window.cpp
index 7791f520..010fd1d0 100644
--- a/gui/main-window.cpp
+++ b/gui/main-window.cpp
@@ -454,7 +454,7 @@ void MainWindow::start_tracker_()
display_pose(p, p);
}
- work = std::make_shared<Work>(pose, ui.video_frame, current_tracker(), current_protocol(), current_filter());
+ work = std::make_shared<Work>(pose, ev, ui.video_frame, current_tracker(), current_protocol(), current_filter());
if (!work->is_ok())
{