mirror of
https://github.com/lubosz/overte.git
synced 2025-08-07 17:41:12 +02:00
Merge pull request #148 from birarda/agentlist-array
more fixes for broken builds
This commit is contained in:
commit
ceb7c60736
1 changed files with 1 additions and 1 deletions
|
@ -79,7 +79,7 @@ public:
|
||||||
void startPingUnknownAgentsThread();
|
void startPingUnknownAgentsThread();
|
||||||
void stopPingUnknownAgentsThread();
|
void stopPingUnknownAgentsThread();
|
||||||
|
|
||||||
friend ::AgentListIterator;
|
friend class AgentListIterator;
|
||||||
private:
|
private:
|
||||||
static AgentList* _sharedInstance;
|
static AgentList* _sharedInstance;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue