Fix windows build

This commit is contained in:
gabime
2019-09-15 18:44:45 +03:00
parent b55d95d365
commit 5d46f3fcab
2 changed files with 3 additions and 3 deletions

View File

@@ -110,7 +110,7 @@ static spdlog::details::log_msg create_msg(std::chrono::seconds offset)
return msg;
}
static void test_rotate(int days_to_run, ushort max_days, ushort expected_n_files)
static void test_rotate(int days_to_run, uint16_t max_days, uint16_t expected_n_files)
{
using spdlog::log_clock;
using spdlog::details::log_msg;