Skip to content

Commit d02ce1c

Browse files
sapiersapier
sapier
authored and
sapier
committedNov 29, 2013
Fix old gcc build
1 parent 2e66aca commit d02ce1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/script/lua_api/l_async_events.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ class AsyncWorkerThread : public JThread {
132132

133133
/** asynchornous thread and job management **/
134134
class AsyncEngine {
135-
friend AsyncWorkerThread;
135+
friend class AsyncWorkerThread;
136136
public:
137137
/**
138138
* default constructor

0 commit comments

Comments
 (0)
Please sign in to comment.