From 48503f483f29450eca0f5a33381e0b64ef509d80 Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Sun, 8 Oct 2017 13:45:07 +0200 Subject: logic: add extension support It's missing a dialog and testing. --- gui/main-window.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gui') 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(pose, ui.video_frame, current_tracker(), current_protocol(), current_filter()); + work = std::make_shared(pose, ev, ui.video_frame, current_tracker(), current_protocol(), current_filter()); if (!work->is_ok()) { -- cgit v1.2.3