mirror of https://gitee.com/bigwinds/arangodb
fix compilation in non-maintainer-mode
This commit is contained in:
parent
e62d0a367f
commit
cf664140ae
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue