mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-16 07:30:42 +01:00
Core/Spells: Fixed gcc 14 build
This commit is contained in:
@@ -68,13 +68,13 @@ namespace GameTime
|
||||
}
|
||||
|
||||
template<>
|
||||
TC_GAME_API SystemTimePoint GetTime<std::chrono::system_clock>()
|
||||
SystemTimePoint GetTime<std::chrono::system_clock>()
|
||||
{
|
||||
return GetSystemTime();
|
||||
}
|
||||
|
||||
template<>
|
||||
TC_GAME_API TimePoint GetTime<std::chrono::steady_clock>()
|
||||
TimePoint GetTime<std::chrono::steady_clock>()
|
||||
{
|
||||
return Now();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user