uses std::chrono

This commit is contained in:
Jinhao
2019-04-16 03:54:16 +08:00
parent 7de40cdc69
commit f697f4c338
10 changed files with 55 additions and 30 deletions

View File

@@ -1735,7 +1735,7 @@ namespace nana
}
});
impl_->adjust.timer.interval(16);
impl_->adjust.timer.interval(std::chrono::milliseconds{ 16 });
impl_->adjust.timer.start();
}