mirror of https://gitee.com/bigwinds/arangodb
Fixed compile bugin shortest path
This commit is contained in:
parent
d9f0e7bf2a
commit
aed90940d0
|
@ -47,7 +47,7 @@ ShortestPathBlock::ShortestPathBlock(ExecutionEngine* engine,
|
|||
_vertexReg(ExecutionNode::MaxRegisterId),
|
||||
_edgeVar(nullptr),
|
||||
_edgeReg(ExecutionNode::MaxRegisterId),
|
||||
_opts(static_cast<ShortestPathOptions*>(ep->options()),
|
||||
_opts(static_cast<ShortestPathOptions*>(ep->options())),
|
||||
_posInPath(0),
|
||||
_pathLength(0),
|
||||
_path(nullptr),
|
||||
|
|
Loading…
Reference in New Issue