1
0
Fork 0

Fixed override warning

This commit is contained in:
Michael Hackstein 2016-08-12 15:04:17 +02:00
parent fe4fcee9e2
commit 95d14e056d
1 changed files with 1 additions and 1 deletions

View File

@ -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
// -----------------------