mirror of
https://github.com/araxiaonline/TrinityCore.git
synced 2026-06-13 03:32:28 -04:00
Core/Network: Fix build with msvc versions < 19.43 (vs 2022 17.13)
This commit is contained in:
@@ -27,9 +27,11 @@ namespace Battlenet
|
||||
{
|
||||
};
|
||||
|
||||
class SessionManager;
|
||||
|
||||
struct SessionManagerTraits
|
||||
{
|
||||
using Self = class SessionManager;
|
||||
using Self = SessionManager;
|
||||
using SocketType = Session;
|
||||
using ThreadType = SessionNetworkThread;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user