Core/String: Fix IsNull() method (thanks to Unit tests)

Former-commit-id: dd4828c3c0e2d3423094cf018e70fd74deac0740
This commit is contained in:
Lynix
2015-09-18 14:10:15 +02:00
parent 859544eaa7
commit 466720abec
2 changed files with 5 additions and 5 deletions

View File

@@ -307,7 +307,7 @@ class NAZARA_CORE_API NzString : public NzHashable
bool FillHash(NzAbstractHash* hash) const;
inline void ReleaseString();
static std::shared_ptr<SharedString> GetEmptyString();
static const std::shared_ptr<SharedString>& GetEmptyString();
std::shared_ptr<SharedString> m_sharedString;