Skip to content
Snippets Groups Projects
Commit d02ce1cf authored by sapier's avatar sapier
Browse files

Fix old gcc build

parent 2e66aca3
No related branches found
No related tags found
No related merge requests found
......@@ -132,7 +132,7 @@ class AsyncWorkerThread : public JThread {
/** asynchornous thread and job management **/
class AsyncEngine {
friend AsyncWorkerThread;
friend class AsyncWorkerThread;
public:
/**
* default constructor
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment