initialize timer in Timer unit tests
This commit is contained in:
@@ -222,7 +222,7 @@ TimerTests::RunTests (void)
|
||||
{
|
||||
bool result = true;
|
||||
|
||||
Timer timer;
|
||||
Timer timer = Timer (Timer::CANCEL_ON_DESTROY);
|
||||
|
||||
timer.SetFunction (&bari);
|
||||
timer.SetArguments (1);
|
||||
|
||||
Reference in New Issue
Block a user