Core/ByteArray: Move ToHex implementation to .cpp
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user