diff -r 42bb29924218 -r de7574d292ad sources/mystring.cpp --- a/sources/mystring.cpp Fri Jul 22 17:50:00 2016 +0300 +++ b/sources/mystring.cpp Fri Jul 22 17:52:23 2016 +0300 @@ -565,7 +565,7 @@ * \param bytes Bytes to use for construction * \returns the resulting string. */ -String String::fromBytes(const Vector& bytes) +String String::fromBytes(const ByteArray& bytes) { return String(reinterpret_cast&>(bytes)); }