--- linuxsampler/trunk/src/testcases/ConditionTest.cpp 2005/04/29 14:20:22 502 +++ linuxsampler/trunk/src/testcases/ConditionTest.cpp 2005/04/29 20:43:07 503 @@ -9,7 +9,7 @@ // ConditionChecker -ConditionTest::ConditionChecker::ConditionChecker(bool waitFor) : Thread(false, 0, -4) { +ConditionTest::ConditionChecker::ConditionChecker(bool waitFor) : Thread(false, false, 0, -4) { resource = 0; this->waitFor = waitFor; } @@ -22,7 +22,7 @@ // ConditionSetter -ConditionTest::ConditionSetter::ConditionSetter(Condition* condition, bool toSet) : Thread(false, 0, -4) { +ConditionTest::ConditionSetter::ConditionSetter(Condition* condition, bool toSet) : Thread(false, false, 0, -4) { resource = 0; this->toSet = toSet; this->condition = condition;