Compile warning fix.

This commit is contained in:
Aleric Inglewood
2013-04-20 05:06:30 +02:00
parent 9fb3fe21bc
commit e12aaa3f5f

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;