mirror of https://gitee.com/bigwinds/arangodb
Fixed override warning
This commit is contained in:
parent
fe4fcee9e2
commit
95d14e056d
|
@ -65,7 +65,7 @@ class MMFilesEngine final : public StorageEngine {
|
|||
void stop() override;
|
||||
|
||||
// called when recovery is finished
|
||||
void recoveryDone(TRI_vocbase_t* vocbase);
|
||||
void recoveryDone(TRI_vocbase_t* vocbase) override;
|
||||
|
||||
// inventory functionality
|
||||
// -----------------------
|
||||
|
|
Loading…
Reference in New Issue