summaryrefslogtreecommitdiffstats
path: root/src/rgw/rgw_rest_realm.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/rgw/rgw_rest_realm.h')
-rw-r--r--src/rgw/rgw_rest_realm.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/rgw/rgw_rest_realm.h b/src/rgw/rgw_rest_realm.h
index fd4401d9649..84ee86b48ad 100644
--- a/src/rgw/rgw_rest_realm.h
+++ b/src/rgw/rgw_rest_realm.h
@@ -9,7 +9,8 @@ class RGWRESTMgr_Realm : public RGWRESTMgr {
public:
RGWRESTMgr_Realm();
- RGWHandler_REST* get_handler(struct req_state*,
+ RGWHandler_REST* get_handler(rgw::sal::RGWRadosStore *store,
+ struct req_state*,
const rgw::auth::StrategyRegistry& auth_registry,
const std::string&) override;
};