improve stability of event

This commit is contained in:
Jinhao
2016-04-10 15:23:44 +08:00
parent 88b9149f54
commit 07b5b19545
23 changed files with 118 additions and 121 deletions

View File

@@ -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_;