1
0
Fork 0

applied fix which is already present in devel (#10210)

This commit is contained in:
Heiko 2019-10-10 11:09:39 +02:00 committed by KVS85
parent 56fba25e91
commit 1d264dea9f
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@ class BreadthFirstEnumerator final : public arangodb::traverser::PathEnumerator
~PathStep();
PathStep(PathStep const& other) = default;
PathStep& operator=(PathStep const& other) = default;
PathStep& operator=(PathStep const& other) = delete;
};
//////////////////////////////////////////////////////////////////////////////