mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-06-10 23:44:22 +00:00
refactor: unglob std::enable_shared_from_this
This commit is contained in:
@@ -5,7 +5,7 @@ using namespace std;
|
||||
|
||||
// 4J Added packet to update clients on the time for the host to finish doing something
|
||||
|
||||
class UpdateProgressPacket : public Packet, public enable_shared_from_this<UpdateProgressPacket>
|
||||
class UpdateProgressPacket : public Packet, public std::enable_shared_from_this<UpdateProgressPacket>
|
||||
{
|
||||
|
||||
public:
|
||||
|
||||
Reference in New Issue
Block a user