From 69ea567f77657e7281ad72a1222fd6da81ecf66a Mon Sep 17 00:00:00 2001 From: Stephen Birarda Date: Thu, 25 Apr 2013 17:12:11 -0700 Subject: [PATCH] use class key for AgentListIterator friend in AgentList --- libraries/shared/src/AgentList.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libraries/shared/src/AgentList.h b/libraries/shared/src/AgentList.h index 1687fc71c4..19dee70359 100644 --- a/libraries/shared/src/AgentList.h +++ b/libraries/shared/src/AgentList.h @@ -79,7 +79,7 @@ public: void startPingUnknownAgentsThread(); void stopPingUnknownAgentsThread(); - friend ::AgentListIterator; + friend class AgentListIterator; private: static AgentList* _sharedInstance;