diff --git a/code/nel/include/nel/misc/common.h b/code/nel/include/nel/misc/common.h index e1b3fb9f1..350abc7f3 100644 --- a/code/nel/include/nel/misc/common.h +++ b/code/nel/include/nel/misc/common.h @@ -277,7 +277,7 @@ template T trimRightWhiteSpaces (const T &str) } // if both first and last char are quotes (' or "), then remove them -template T trimQuotes (const T&str) +template T trimQuotes (const T &str) { typename T::size_type size = str.size(); if (size == 0)