NDBT_Thread.cpp:

  Removed semicolon causing build syntax issues per pekka
parent 54adc4ee
......@@ -131,7 +131,7 @@ NDBT_Thread::exit()
m_state = Exit;
signal();
unlock();
};
}
void
NDBT_Thread::join()
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment