mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-10-30 22:30:06 +00:00
Fixing warnings in wxdata
This commit is contained in:
parent
05d795d18f
commit
3339a40780
17 changed files with 36 additions and 43 deletions
|
|
@ -10,7 +10,7 @@ namespace scwx
|
|||
namespace util
|
||||
{
|
||||
|
||||
std::chrono::system_clock::time_point TimePoint(uint16_t modifiedJulianDate,
|
||||
std::chrono::system_clock::time_point TimePoint(uint32_t modifiedJulianDate,
|
||||
uint32_t milliseconds)
|
||||
{
|
||||
using namespace std::chrono;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue