deprecated use of unsigned overloadings for functions in class timer

This commit is contained in:
rbrugo
2019-04-09 23:48:14 +02:00
parent 18c11541a7
commit fbe04436d4
2 changed files with 10 additions and 4 deletions

View File

@@ -220,7 +220,7 @@ namespace nana
timer_driver::instance().destroy(tmid);
}
void timer::interval(unsigned ms)
void timer::interval_(unsigned ms)
{
if (ms != impl_->interval)
{