--- linuxsampler/trunk/src/common/WorkerThread.cpp 2009/05/03 10:47:09 1894 +++ linuxsampler/trunk/src/common/WorkerThread.cpp 2009/05/03 12:15:40 1895 @@ -74,6 +74,7 @@ // unlock condition object so it can be turned again by other thread conditionJobsLeft.Unlock(); } + return 0; } } // namespace LinuxSampler