diff options
Diffstat (limited to 'gtests/nss_bogo_shim/config.h')
-rw-r--r-- | gtests/nss_bogo_shim/config.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gtests/nss_bogo_shim/config.h b/gtests/nss_bogo_shim/config.h index 822df65b3..4f4eec403 100644 --- a/gtests/nss_bogo_shim/config.h +++ b/gtests/nss_bogo_shim/config.h @@ -23,8 +23,8 @@ // Abstract base class for a given config flag. class ConfigEntryBase { public: - ConfigEntryBase(const std::string& name, const std::string& type) - : name_(name), type_(type) {} + ConfigEntryBase(const std::string& nm, const std::string& typ) + : name_(nm), type_(typ) {} virtual ~ConfigEntryBase() {} |