sources/mystring.h

changeset 158
de7574d292ad
parent 157
42bb29924218
child 159
970d58a01e8b
child 179
7fc34735178e
--- a/sources/mystring.h	Fri Jul 22 17:50:00 2016 +0300
+++ b/sources/mystring.h	Fri Jul 22 17:52:23 2016 +0300
@@ -108,7 +108,7 @@
 	static String               fromNumber(unsigned int a);
 	static String               fromNumber(unsigned long int a);
 	static String               fromNumber(double a);
-	static String               fromBytes(const Vector<unsigned char>& bytes);
+	static String               fromBytes(const ByteArray& bytes);
 
 	String                      operator+(const String& data) const;
 	String                      operator+(const char* data) const;

mercurial