mirror of https://gitee.com/bigwinds/arangodb
fix warning
This commit is contained in:
parent
0fddf50040
commit
fe72855497
|
@ -37,7 +37,7 @@ class RestUploadHandler : public RestVocbaseBaseHandler {
|
|||
~RestUploadHandler();
|
||||
|
||||
public:
|
||||
RestStatus execute();
|
||||
RestStatus execute() override;
|
||||
char const* name() const override final { return "RestUploadHandler"; }
|
||||
|
||||
//////////////////////////////////////////////////////////////////////////////
|
||||
|
|
Loading…
Reference in New Issue