Core/ByteArray: Move ToHex implementation to .cpp

This commit is contained in:
Jérôme Leclercq
2016-11-08 16:14:56 +01:00
parent a8d4e44669
commit 8ed34d22fb
3 changed files with 17 additions and 17 deletions

View File

@@ -88,7 +88,7 @@ namespace Nz
inline void ShrinkToFit();
inline void Swap(ByteArray& other);
inline String ToHex() const;
String ToHex() const;
inline String ToString() const;
// STL interface