mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Replace const Type& with Type const& for common types.
* std::string * RippleAccount * Account * Currency * uint256 * STAmount * Json::Value
This commit is contained in:
committed by
Vinnie Falco
parent
f5afe0587f
commit
648ccc7c17
@@ -42,7 +42,7 @@ struct Key
|
||||
}
|
||||
|
||||
// Constructor for Admin keys
|
||||
Key (Kind k, const std::string& n)
|
||||
Key (Kind k, std::string const& n)
|
||||
: kind(k)
|
||||
, address()
|
||||
, name(n)
|
||||
|
||||
Reference in New Issue
Block a user