mirror of
https://github.com/luanti-org/luanti.git
synced 2025-06-27 16:36:03 +00:00
Fix old gcc build
This commit is contained in:
parent
2e66aca357
commit
d02ce1cf4d
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue