Core/Log: Pass string_view by value instead of ref
This commit is contained in:
@@ -257,7 +257,7 @@ namespace Nz
|
||||
* \param string String to write
|
||||
*/
|
||||
|
||||
bool Stream::Write(const std::string_view& string)
|
||||
bool Stream::Write(std::string_view string)
|
||||
{
|
||||
if (m_streamOptions & StreamOption::Text)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user