Minor fixes

This commit is contained in:
Lynix
2019-12-28 15:06:31 +01:00
parent fcfcc94c49
commit 57b37c3d2c
2 changed files with 4 additions and 1 deletions

View File

@@ -41,7 +41,7 @@ namespace Nz
inline void String::ReleaseString()
{
m_sharedString = std::move(GetEmptyString());
m_sharedString = GetEmptyString();
}
/*!