diff --git a/src/timer_run_loop.cpp b/src/timer_run_loop.cpp index 9874699..f06e813 100644 --- a/src/timer_run_loop.cpp +++ b/src/timer_run_loop.cpp @@ -30,7 +30,7 @@ namespace ThreadPoolTimer { TimerRunLoop::TimerRunLoop() : - _thread(NULL) + _thread(nullptr), _running(false) { _start(); }