diff --git a/indra/aistatemachine/aistatemachinethread.h b/indra/aistatemachine/aistatemachinethread.h index 4d774de17..780060bb6 100644 --- a/indra/aistatemachine/aistatemachinethread.h +++ b/indra/aistatemachine/aistatemachinethread.h @@ -141,7 +141,7 @@ class AIStateMachineThreadBase; // Derive from this to implement the code that must run in another thread. class AIThreadImpl { private: - template friend struct AIStateMachineThread; + template friend class AIStateMachineThread; typedef AIAccess StateMachineThread_wat; AIThreadSafeSimpleDC mStateMachineThread;