diff options
Diffstat (limited to 'src/rgw/rgw_rest_config.h')
-rw-r--r-- | src/rgw/rgw_rest_config.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/rgw/rgw_rest_config.h b/src/rgw/rgw_rest_config.h index 99c77364696..3fb3e871f4d 100644 --- a/src/rgw/rgw_rest_config.h +++ b/src/rgw/rgw_rest_config.h @@ -77,7 +77,8 @@ public: RGWRESTMgr_Config() = default; ~RGWRESTMgr_Config() override = default; - RGWHandler_REST* get_handler(struct req_state*, + RGWHandler_REST* get_handler(rgw::sal::RGWRadosStore *, + struct req_state*, const rgw::auth::StrategyRegistry& auth_registry, const std::string&) override { return new RGWHandler_Config(auth_registry); |