Compile warning fix.
This commit is contained in:
@@ -141,7 +141,7 @@ class AIStateMachineThreadBase;
|
|||||||
// Derive from this to implement the code that must run in another thread.
|
// Derive from this to implement the code that must run in another thread.
|
||||||
class AIThreadImpl {
|
class AIThreadImpl {
|
||||||
private:
|
private:
|
||||||
template<typename THREAD_IMPL> friend struct AIStateMachineThread;
|
template<typename THREAD_IMPL> friend class AIStateMachineThread;
|
||||||
typedef AIAccess<AIStateMachineThreadBase*> StateMachineThread_wat;
|
typedef AIAccess<AIStateMachineThreadBase*> StateMachineThread_wat;
|
||||||
AIThreadSafeSimpleDC<AIStateMachineThreadBase*> mStateMachineThread;
|
AIThreadSafeSimpleDC<AIStateMachineThreadBase*> mStateMachineThread;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user