mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-05-29 10:24:46 +00:00
refactor: unglob std::enable_shared_from_this
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
#include "Packet.h"
|
||||
|
||||
class ClientCommandPacket : public Packet, public enable_shared_from_this<ClientCommandPacket>
|
||||
class ClientCommandPacket : public Packet, public std::enable_shared_from_this<ClientCommandPacket>
|
||||
{
|
||||
public:
|
||||
static const int LOGIN_COMPLETE = 0;
|
||||
|
||||
Reference in New Issue
Block a user