mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-07-02 03:44:19 +00:00
refactor: unglob std::enable_shared_from_this
This commit is contained in:
@@ -6,7 +6,7 @@ class MerchantContainer;
|
||||
class MerchantRecipeList;
|
||||
class MerchantRecipe;
|
||||
|
||||
class ClientSideMerchant : public Merchant, public enable_shared_from_this<ClientSideMerchant>
|
||||
class ClientSideMerchant : public Merchant, public std::enable_shared_from_this<ClientSideMerchant>
|
||||
{
|
||||
private:
|
||||
MerchantContainer *container;
|
||||
|
||||
Reference in New Issue
Block a user