mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 03:24:00 +02:00
another type squish in Agent header
This commit is contained in:
parent
9b8fd55bb7
commit
db0c1bdba1
1 changed files with 1 additions and 1 deletions
|
@ -55,7 +55,7 @@ public:
|
|||
void activateLocalSocket();
|
||||
|
||||
AgentData* getLinkedData() const { return _linkedData; }
|
||||
void setLinkedData(AgentData *linkedData) { _linkedData = linkedData; }
|
||||
void setLinkedData(AgentData* linkedData) { _linkedData = linkedData; }
|
||||
|
||||
bool isAlive() const { return _isAlive; };
|
||||
void setAlive(bool isAlive) { _isAlive = isAlive; };
|
||||
|
|
Loading…
Reference in a new issue