create copys of appcode in thread constructor
This commit is contained in:
@@ -19,7 +19,7 @@
|
||||
*/
|
||||
class IdleThread : public Thread {
|
||||
public:
|
||||
explicit IdleThread() : Thread(true, 0) {}
|
||||
explicit IdleThread() : Thread(true, 0, 0, 0) {}
|
||||
|
||||
/*! \brief Wait for a thread to become ready and sleep in the meantime.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user