mirror of
https://github.com/lubosz/overte.git
synced 2025-04-24 03:53:52 +02:00
use class key for AgentListIterator friend in AgentList
This commit is contained in:
parent
ccbbf31beb
commit
69ea567f77
1 changed files with 1 additions and 1 deletions
|
@ -79,7 +79,7 @@ public:
|
|||
void startPingUnknownAgentsThread();
|
||||
void stopPingUnknownAgentsThread();
|
||||
|
||||
friend ::AgentListIterator;
|
||||
friend class AgentListIterator;
|
||||
private:
|
||||
static AgentList* _sharedInstance;
|
||||
|
||||
|
|
Loading…
Reference in a new issue