1
0
Fork 0

you cannot have an assigment operator and a const member

This commit is contained in:
Frank Celler 2019-10-17 09:48:27 +02:00
parent ad6fc92655
commit 55ca6c8660
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ class BreadthFirstEnumerator final : public arangodb::traverser::PathEnumerator
struct PathStep { struct PathStep {
size_t sourceIdx; size_t sourceIdx;
graph::EdgeDocumentToken edge; graph::EdgeDocumentToken edge;
arangodb::velocypack::StringRef const vertex; arangodb::velocypack::StringRef /* const */ vertex;
public: public:
explicit PathStep(arangodb::velocypack::StringRef const vertex); explicit PathStep(arangodb::velocypack::StringRef const vertex);