mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Fix Linux build problem with cafAsyncObjectDeleter
This commit is contained in:
parent
5f766e5228
commit
68f965f6bb
@ -1,6 +1,7 @@
|
||||
#include <thread>
|
||||
|
||||
#include "cafAsyncWorkerManager.h"
|
||||
#include "cafPdmObjectHandle.h"
|
||||
|
||||
namespace caf
|
||||
{
|
||||
|
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user