mirror of https://gitee.com/bigwinds/arangodb
initialize member
This commit is contained in:
parent
3f44a9bba6
commit
ae62cce45b
|
@ -75,7 +75,7 @@ class Edge {
|
|||
|
||||
public:
|
||||
// EdgeEntry() : _nextEntryOffset(0), _dataSize(0), _vertexIDSize(0) {}
|
||||
Edge() : _targetShard(InvalidPregelShard) {}
|
||||
Edge() : _targetShard(InvalidPregelShard), _data(0) {}
|
||||
Edge(PregelShard target, PregelKey const& key)
|
||||
: _targetShard(target), _toKey(key), _data(0) {}
|
||||
|
||||
|
|
Loading…
Reference in New Issue