Skip to content

Commit

Permalink
Fix old gcc build
Browse files Browse the repository at this point in the history
  • Loading branch information
sapier authored and sapier committed Nov 29, 2013
1 parent 2e66aca commit d02ce1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/script/lua_api/l_async_events.h
Expand Up @@ -132,7 +132,7 @@ class AsyncWorkerThread : public JThread {

/** asynchornous thread and job management **/
class AsyncEngine {
friend AsyncWorkerThread;
friend class AsyncWorkerThread;
public:
/**
* default constructor
Expand Down

0 comments on commit d02ce1c

Please sign in to comment.