mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-09-26 01:30:44 +00:00
refactor: unglob std::enable_shared_from_this
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
|
||||
class RepairMenu;
|
||||
|
||||
class RepairContainer : public SimpleContainer, public enable_shared_from_this<RepairContainer>
|
||||
class RepairContainer : public SimpleContainer, public std::enable_shared_from_this<RepairContainer>
|
||||
{
|
||||
private:
|
||||
RepairMenu *m_menu;
|
||||
|
||||
Reference in New Issue
Block a user