1
0
Fork 0

added missing override specifier

This commit is contained in:
jsteemann 2018-05-09 18:19:20 +02:00
parent cdfac2049a
commit 5bb3102cfd
1 changed files with 1 additions and 1 deletions

View File

@ -60,7 +60,7 @@ class RestRepairHandler : public arangodb::RestBaseHandler {
public:
RestRepairHandler(GeneralRequest* request, GeneralResponse* response);
char const* name() const final { return "RestRepairHandler"; }
char const* name() const override final { return "RestRepairHandler"; }
bool isDirect() const override { return false; }