1
0
Fork 0

fix compile warning

This commit is contained in:
Jan Steemann 2014-04-13 22:21:13 +02:00
parent 2050049b06
commit 74f184dd81
1 changed files with 1 additions and 1 deletions

View File

@ -40,8 +40,8 @@ using namespace std;
Task::Task (uint64_t id, string const& name)
: _scheduler(0),
_loop(0),
_id(id),
_name(name),
_id(id),
_active(1) {
}