diff options
Diffstat (limited to 'src/Protocol/MojangAPI.h')
-rw-r--r-- | src/Protocol/MojangAPI.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Protocol/MojangAPI.h b/src/Protocol/MojangAPI.h index 65eb1b102..3cd0376be 100644 --- a/src/Protocol/MojangAPI.h +++ b/src/Protocol/MojangAPI.h @@ -183,7 +183,7 @@ protected: cCriticalSection m_CSRankMgr; /** The thread that periodically updates the stale data in the DB from the Mojang servers. */ - SharedPtr<cUpdateThread> m_UpdateThread; + std::shared_ptr<cUpdateThread> m_UpdateThread; /** Loads the caches from a disk storage. */ |