Minor fixes

This commit is contained in:
Jérôme Leclercq
2022-03-09 20:05:33 +01:00
parent f90888261f
commit 4a8ebf869b
3 changed files with 3 additions and 3 deletions

View File

@@ -9,7 +9,7 @@ namespace Nz
{
namespace Detail
{
bool SortByteArrayByCapacity(const ByteArray& byteArray, std::size_t refCapacity)
inline bool SortByteArrayByCapacity(const ByteArray& byteArray, std::size_t refCapacity)
{
return refCapacity > byteArray.GetCapacity();
}