diff options
Diffstat (limited to 'src/jalv_qt4.cpp')
-rw-r--r-- | src/jalv_qt4.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/jalv_qt4.cpp b/src/jalv_qt4.cpp index abe100a..682188a 100644 --- a/src/jalv_qt4.cpp +++ b/src/jalv_qt4.cpp @@ -82,7 +82,7 @@ jalv_open_ui(Jalv* jalv, timer->start(1000 / JALV_UI_UPDATE_HZ); int ret = app->exec(); - sem_post(jalv->done); + zix_sem_post(jalv->done); return ret; } |