mirror of
https://github.com/monero-project/monero.git
synced 2024-11-17 16:27:39 +00:00
mnemonics: fix duplicate symbol error
This commit is contained in:
parent
eeff247bf1
commit
204759f111
1 changed files with 1 additions and 1 deletions
|
@ -52,7 +52,7 @@ namespace Language
|
|||
* \param count How many characters to return.
|
||||
* \return A string consisting of the first count characters in s.
|
||||
*/
|
||||
std::string utf8prefix(const std::string &s, size_t count)
|
||||
inline std::string utf8prefix(const std::string &s, size_t count)
|
||||
{
|
||||
std::string prefix = "";
|
||||
const char *ptr = s.c_str();
|
||||
|
|
Loading…
Reference in a new issue