From ca12fbb4bc9935766e97668c6a4f1e63b80495d6 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Thu, 9 Feb 2012 23:31:01 +0000 Subject: Add missing files. Fix compilation with Qt. git-svn-id: http://svn.drobilla.net/lad/trunk/jalv@3979 a436a847-0d15-0410-975c-d299462d15a1 --- src/jalv_qt4.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/jalv_qt4.cpp') 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; } -- cgit v1.2.1