Fixed typo
Thanks to Gawaboumga Former-commit-id: 106e83d7353cebdfbb6daf9abb958191ece9c4da
This commit is contained in:
@@ -4351,9 +4351,9 @@ void NzString::EnsureOwnership(bool discardContent)
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
bool NzString::FillHash(NzAbstractHash* hazh) const
|
bool NzString::FillHash(NzAbstractHash* hash) const
|
||||||
{
|
{
|
||||||
hazh->Append(reinterpret_cast<const nzUInt8*>(m_sharedString->string), m_sharedString->size);
|
hash->Append(reinterpret_cast<const nzUInt8*>(m_sharedString->string), m_sharedString->size);
|
||||||
|
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user