1
0
Fork 0

Windows: fix namespaces

This commit is contained in:
Simon Grätzer 2017-03-28 09:35:15 +02:00
parent 92ec39c86b
commit 7aa68ba532
1 changed files with 1 additions and 0 deletions

View File

@ -33,6 +33,7 @@
#include <velocypack/velocypack-aliases.h>
using ClusterEdgeCursor = arangodb::traverser::ClusterEdgeCursor;
using StringRef = arangodb::StringRef;
ClusterEdgeCursor::ClusterEdgeCursor(StringRef vertexId, uint64_t depth,
arangodb::traverser::ClusterTraverser* traverser)