From: Adam C. Emerson Date: Fri, 29 Mar 2019 01:58:50 +0000 (-0400) Subject: auth: Update AuthRegistry.h to work without using namespace X-Git-Tag: v15.0.0~19^2~3 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=093d854870bc9dae9b7f72378e76ed82c45252c2;p=ceph.git auth: Update AuthRegistry.h to work without using namespace Signed-off-by: Adam C. Emerson --- diff --git a/src/auth/AuthRegistry.h b/src/auth/AuthRegistry.h index ce55dca0c8c7..0b986965cb48 100644 --- a/src/auth/AuthRegistry.h +++ b/src/auth/AuthRegistry.h @@ -33,8 +33,8 @@ class AuthRegistry : public md_config_obs_t { std::vector service_modes; std::vector client_modes; - void _parse_method_list(const string& str, std::vector *v); - void _parse_mode_list(const string& str, std::vector *v); + void _parse_method_list(const std::string& str, std::vector *v); + void _parse_mode_list(const std::string& str, std::vector *v); void _refresh_config(); public: