1
0
Fork 0

Fixed compile bugin shortest path

This commit is contained in:
Michael Hackstein 2017-04-26 10:32:40 +02:00
parent d9f0e7bf2a
commit aed90940d0
1 changed files with 1 additions and 1 deletions

View File

@ -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),