1
0
Fork 0

fix compilation in non-maintainer-mode

This commit is contained in:
jsteemann 2017-09-08 09:42:55 +02:00
parent e62d0a367f
commit cf664140ae
1 changed files with 2 additions and 0 deletions

View File

@ -55,7 +55,9 @@ struct EdgeDocumentToken {
EdgeDocumentToken(TRI_voc_cid_t const cid,
DocumentIdentifierToken const token) noexcept : _data(cid, token) {
#ifdef ARANGODB_ENABLE_MAINTAINER_MODE
_type = EdgeDocumentToken::TokenType::LOCAL;
#endif
}
EdgeDocumentToken(arangodb::velocypack::Slice const& edge) noexcept : _data(edge) {