From b5d367f0ece298205912be7192d7cfba6989f7e6 Mon Sep 17 00:00:00 2001 From: Michael Hackstein Date: Tue, 22 Nov 2016 17:16:57 +0100 Subject: [PATCH] Allow the SmartGraph parts from the enterprise version to modifiy the traverser. --- arangod/VocBase/Traverser.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/arangod/VocBase/Traverser.h b/arangod/VocBase/Traverser.h index e2e8e7252b..0782d8d272 100644 --- a/arangod/VocBase/Traverser.h +++ b/arangod/VocBase/Traverser.h @@ -165,6 +165,10 @@ class Traverser { friend class BreadthFirstEnumerator; friend class DepthFirstEnumerator; friend class NeighborsEnumerator; +#ifdef USE_ENTERPRISE + friend class SmartDepthFirstPathEnumerator; + friend class SmartBreadthFirstPathEnumerator; +#endif protected: