improve stability of event
This commit is contained in:
@@ -135,7 +135,7 @@ namespace nana
|
||||
|
||||
void emit(const arg_elapse& arg)
|
||||
{
|
||||
evt_elapse_.emit(arg);
|
||||
evt_elapse_.emit(arg, nullptr);
|
||||
}
|
||||
private:
|
||||
const timer_identifier timer_;
|
||||
|
||||
Reference in New Issue
Block a user