]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
rgw: add missing override in list_keys_init() 17254/head
authorJos Collin <jcollin@redhat.com>
Fri, 25 Aug 2017 10:02:56 +0000 (15:32 +0530)
committerJos Collin <jcollin@redhat.com>
Fri, 25 Aug 2017 10:05:40 +0000 (15:35 +0530)
Added missing override in list_keys_init().

Signed-off-by: Jos Collin <jcollin@redhat.com>
src/rgw/rgw_bucket.cc

index a08750076312ad0a3f71bc861017111c5cd3678f..17dbe3d49c7684f31169992be500fb528eccbde8 100644 (file)
@@ -2161,8 +2161,7 @@ public:
     pool = store->get_zone_params().domain_root;
   }
 
-  int list_keys_init(RGWRados *store, const string& marker, void **phandle)
-  {
+  int list_keys_init(RGWRados *store, const string& marker, void **phandle) override {
     list_keys_info *info = new list_keys_info;
 
     info->store = store;