summaryrefslogtreecommitdiffstats
path: root/src/rgw/rgw_auth.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/rgw/rgw_auth.h')
-rw-r--r--src/rgw/rgw_auth.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rgw/rgw_auth.h b/src/rgw/rgw_auth.h
index 79d5263257a..52962b433fb 100644
--- a/src/rgw/rgw_auth.h
+++ b/src/rgw/rgw_auth.h
@@ -86,7 +86,7 @@ public:
typedef std::unique_ptr<RGWAuthApplier> aplptr_t;
RGWAuthApplier(CephContext * const cct) : cct(cct) {}
- virtual ~RGWAuthApplier() {};
+ ~RGWAuthApplier() override {};
/* Fill provided RGWUserInfo with information about the account that
* RGWOp will operate on. Errors are handled solely through exceptions.