mnemonics: fix duplicate symbol error

pull/95/head
Wladimir J. van der Laan 9 years ago
parent eeff247bf1
commit 204759f111
No known key found for this signature in database
GPG Key ID: 74810B012346C9A6

@ -52,7 +52,7 @@ namespace Language
* \param count How many characters to return. * \param count How many characters to return.
* \return A string consisting of the first count characters in s. * \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 = ""; std::string prefix = "";
const char *ptr = s.c_str(); const char *ptr = s.c_str();

Loading…
Cancel
Save