1
0
Fork 0

Allow the SmartGraph parts from the enterprise version to modifiy the traverser.

This commit is contained in:
Michael Hackstein 2016-11-22 17:16:57 +01:00
parent ab77244b67
commit b5d367f0ec
1 changed files with 4 additions and 0 deletions

View File

@ -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: