diff options
-rw-r--r-- | src/rgw/rgw_lib.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rgw/rgw_lib.h b/src/rgw/rgw_lib.h index c104fad18af..06a69025588 100644 --- a/src/rgw/rgw_lib.h +++ b/src/rgw/rgw_lib.h @@ -20,9 +20,9 @@ namespace rgw { class RGWLibFrontend; class RGWLib : public DoutPrefixProvider { + boost::intrusive_ptr<CephContext> cct; AppMain main; RGWLibFrontend* fe; - boost::intrusive_ptr<CephContext> cct; public: RGWLib() : main(this), fe(nullptr) |