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