mirror of
https://github.com/pocoproject/poco.git
synced 2025-10-29 12:18:01 +01:00
fix for gcc
This commit is contained in:
@@ -363,8 +363,6 @@ void ThreadTest::testThreadFunction()
|
||||
}
|
||||
|
||||
|
||||
void ThreadTest::testThreadFunctor()
|
||||
{
|
||||
struct Functor
|
||||
{
|
||||
void operator () ()
|
||||
@@ -373,6 +371,9 @@ void ThreadTest::testThreadFunctor()
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
void ThreadTest::testThreadFunctor()
|
||||
{
|
||||
Thread thread;
|
||||
|
||||
assert (!thread.isRunning());
|
||||
|
||||
Reference in New Issue
Block a user