aboutsummaryrefslogtreecommitdiffstats
path: root/src/jalv_qt4.cpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2012-02-09 23:31:01 +0000
committerDavid Robillard <d@drobilla.net>2012-02-09 23:31:01 +0000
commitca12fbb4bc9935766e97668c6a4f1e63b80495d6 (patch)
tree9e4e661a9839f82dda72cda767c49e4534ca514f /src/jalv_qt4.cpp
parent77dba9fa4f67d3b7beae33b86081d4e26d85a985 (diff)
downloadjalv-ca12fbb4bc9935766e97668c6a4f1e63b80495d6.tar.gz
jalv-ca12fbb4bc9935766e97668c6a4f1e63b80495d6.tar.bz2
jalv-ca12fbb4bc9935766e97668c6a4f1e63b80495d6.zip
Add missing files.
Fix compilation with Qt. git-svn-id: http://svn.drobilla.net/lad/trunk/jalv@3979 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/jalv_qt4.cpp')
-rw-r--r--src/jalv_qt4.cpp2
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;
}