sources/list.cpp

changeset 191
2e6cbacafdc7
parent 190
90bf9049e5eb
--- a/sources/list.cpp	Wed Jan 27 19:28:18 2021 +0200
+++ b/sources/list.cpp	Wed Jan 27 19:32:55 2021 +0200
@@ -75,7 +75,7 @@
 	}
 }
 
-std::string quote(const ByteArray &bytes)
+std::string quote(const std::vector<unsigned char> &bytes)
 {
 	std::string result;
 

mercurial