sources/mystring.cpp

changeset 158
de7574d292ad
parent 157
42bb29924218
child 159
970d58a01e8b
child 179
7fc34735178e
--- 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<unsigned char>& bytes)
+String String::fromBytes(const ByteArray& bytes)
 {
 	return String(reinterpret_cast<const Vector<char>&>(bytes));
 }

mercurial