Fix old gcc build
parent
2e66aca357
commit
d02ce1cf4d
|
@ -132,7 +132,7 @@ private:
|
||||||
|
|
||||||
/** asynchornous thread and job management **/
|
/** asynchornous thread and job management **/
|
||||||
class AsyncEngine {
|
class AsyncEngine {
|
||||||
friend AsyncWorkerThread;
|
friend class AsyncWorkerThread;
|
||||||
public:
|
public:
|
||||||
/**
|
/**
|
||||||
* default constructor
|
* default constructor
|
||||||
|
|
Loading…
Reference in New Issue