mirror of
https://github.com/azerothcore/azerothcore-wotlk.git
synced 2025-12-06 02:30:26 -08:00
Update Duration.h
This commit is contained in:
parent
5cd8f3f1a6
commit
177093e992
1 changed files with 1 additions and 1 deletions
|
|
@ -37,7 +37,7 @@ using Hours = std::chrono::hours;
|
|||
|
||||
#if __cplusplus > 201703L
|
||||
/// Days shorthand typedef.
|
||||
using Days = std::chrono::days;
|
||||
using Days = std::chrono::day;
|
||||
|
||||
/// Weeks shorthand typedef.
|
||||
using Weeks = std::chrono::weeks;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue