mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-06-09 12:13:36 +00:00
refactor: unglob std::enable_shared_from_this
This commit is contained in:
@@ -6,7 +6,7 @@ using namespace std;
|
||||
|
||||
#include "Packet.h"
|
||||
|
||||
class DebugOptionsPacket : public Packet, public enable_shared_from_this<DebugOptionsPacket>
|
||||
class DebugOptionsPacket : public Packet, public std::enable_shared_from_this<DebugOptionsPacket>
|
||||
{
|
||||
public:
|
||||
unsigned int m_uiVal;
|
||||
|
||||
Reference in New Issue
Block a user