diff --git a/arangod/Aql/ShortestPathBlock.cpp b/arangod/Aql/ShortestPathBlock.cpp index a555743a66..ac9fe84f7e 100644 --- a/arangod/Aql/ShortestPathBlock.cpp +++ b/arangod/Aql/ShortestPathBlock.cpp @@ -47,7 +47,7 @@ ShortestPathBlock::ShortestPathBlock(ExecutionEngine* engine, _vertexReg(ExecutionNode::MaxRegisterId), _edgeVar(nullptr), _edgeReg(ExecutionNode::MaxRegisterId), - _opts(static_cast(ep->options()), + _opts(static_cast(ep->options())), _posInPath(0), _pathLength(0), _path(nullptr),