mirror of https://gitee.com/bigwinds/arangodb
fix compile warning
This commit is contained in:
parent
2050049b06
commit
74f184dd81
|
@ -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) {
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue