Compile warning fix.

This commit is contained in:
Aleric Inglewood
2013-04-20 05:06:30 +02:00
committed by Latif Khalifa
parent 55a676e85d
commit 368d675f24

View File

@@ -141,7 +141,7 @@ class AIStateMachineThreadBase;
// Derive from this to implement the code that must run in another thread.
class AIThreadImpl {
private:
template<typename THREAD_IMPL> friend struct AIStateMachineThread;
template<typename THREAD_IMPL> friend class AIStateMachineThread;
typedef AIAccess<AIStateMachineThreadBase*> StateMachineThread_wat;
AIThreadSafeSimpleDC<AIStateMachineThreadBase*> mStateMachineThread;