deprecated use of unsigned overloadings for functions in class timer
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user