Fix Linux build problem with cafAsyncObjectDeleter

This commit is contained in:
Gaute Lindkvist 2018-06-08 13:16:47 +02:00
parent 5f766e5228
commit 68f965f6bb
2 changed files with 2 additions and 1 deletions

View File

@ -1,6 +1,7 @@
#include <thread>
#include "cafAsyncWorkerManager.h"
#include "cafPdmObjectHandle.h"
namespace caf
{

View File

@ -45,7 +45,7 @@ namespace caf
class AsyncWorkerManager
{
public:
static AsyncWorkerManager& AsyncWorkerManager::instance();
static AsyncWorkerManager& instance();
~AsyncWorkerManager();
void takeThreadOwnership(std::thread& thread, bool joinAtExit);
private: