mirror of https://gitee.com/bigwinds/arangodb
fix compilation
This commit is contained in:
parent
32db9157bf
commit
9b5c29921d
|
@ -495,7 +495,7 @@ class MMFilesCollection final : public PhysicalCollection {
|
|||
|
||||
LocalDocumentId reuseOrCreateLocalDocumentId(OperationOptions const& options) const;
|
||||
|
||||
bool hasAllPersistentLocalIds() const override { return _hasAllPersistentLocalIds.load(); }
|
||||
bool hasAllPersistentLocalIds() const override;
|
||||
|
||||
static Result persistLocalDocumentIdsForDatafile(
|
||||
MMFilesCollection& collection, MMFilesDatafile& file);
|
||||
|
|
Loading…
Reference in New Issue