mirror of
https://github.com/moparisthebest/minetest
synced 2024-11-05 08:55:01 -05:00
Fix old gcc build
This commit is contained in:
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
Block a user