--- linuxsampler/trunk/src/common/WorkerThread.h 2013/03/07 17:37:45 2433 +++ linuxsampler/trunk/src/common/WorkerThread.h 2013/03/07 19:23:24 2434 @@ -44,7 +44,7 @@ /** * The entry point of the thread. */ - virtual int Main(); + virtual int Main() OVERRIDE; private: std::list queue; // the queue, which holds the jobs to be executed