inodes: add missing override

Summary: This method is an override of its parent class, thus the need for the override.

Reviewed By: chadaustin

Differential Revision: D24657424

fbshipit-source-id: 5ce7200eeb4ef28fb51fabbe0ebb38ded51ae34e
This commit is contained in:
Xavier Deguillard 2020-11-02 12:23:20 -08:00 committed by Facebook GitHub Bot
parent d42a8c971d
commit a16e62b234

View File

@ -121,7 +121,7 @@ class EdenDispatcher : public Dispatcher {
const Guid guid,
ObjectFetchContext& context) override;
void closedir(const Guid& guid);
void closedir(const Guid& guid) override;
HRESULT getEnumerationData(
const PRJ_CALLBACK_DATA& callbackData,