diff options
author | Fedor Indutny <fedor.indutny@gmail.com> | 2013-07-31 22:07:29 +0400 |
---|---|---|
committer | Fedor Indutny <fedor.indutny@gmail.com> | 2013-07-31 22:12:06 +0400 |
commit | 8e29ce9f13f7e4b6c0296325287c05f78ff22ce0 (patch) | |
tree | c3420f601d23448e28439bbcd75c6aaf022b5d0c /src/node_watchdog.h | |
parent | 3c6b5d5df1e445d080737e435675e11b102f0126 (diff) | |
download | node-new-8e29ce9f13f7e4b6c0296325287c05f78ff22ce0.tar.gz |
src: lint c++ code
Diffstat (limited to 'src/node_watchdog.h')
-rw-r--r-- | src/node_watchdog.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/node_watchdog.h b/src/node_watchdog.h index 92a8081047..9ac82cf958 100644 --- a/src/node_watchdog.h +++ b/src/node_watchdog.h @@ -29,7 +29,7 @@ namespace node { class Watchdog { public: - Watchdog(uint64_t ms); + explicit Watchdog(uint64_t ms); ~Watchdog(); void Dispose(); |