aboutsummaryrefslogtreecommitdiffstats
path: root/src/jalv_qt.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/jalv_qt.cpp')
-rw-r--r--src/jalv_qt.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/jalv_qt.cpp b/src/jalv_qt.cpp
index ca19b92..aa6aea4 100644
--- a/src/jalv_qt.cpp
+++ b/src/jalv_qt.cpp
@@ -725,7 +725,7 @@ jalv_open_ui(Jalv* jalv)
timer->start(1000 / jalv->ui_update_hz);
int ret = app->exec();
- zix_sem_post(jalv->done);
+ zix_sem_post(&jalv->done);
return ret;
}