refactor: unglob std::shared_ptr
This commit is contained in:
@@ -60,7 +60,7 @@ bool SetHealthPacket::canBeInvalidated()
|
||||
return true;
|
||||
}
|
||||
|
||||
bool SetHealthPacket::isInvalidatedBy(shared_ptr<Packet> packet)
|
||||
bool SetHealthPacket::isInvalidatedBy(std::shared_ptr<Packet> packet)
|
||||
{
|
||||
return true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user