mirror of
https://github.com/donnaskiez/ac.git
synced 2024-11-21 22:24:08 +01:00
small fix
This commit is contained in:
parent
4dc55a4592
commit
51faa685ba
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
|||
#include "../common.h"
|
||||
#include "../helper.h"
|
||||
|
||||
dispatcher::timer::timer() { LOG_INFO("constructor"); }
|
||||
dispatcher::timer::timer() { this->active_callbacks = 0; }
|
||||
|
||||
dispatcher::timer::~timer() {}
|
||||
|
||||
|
|
Loading…
Reference in a new issue