Fixed compilation problem protocol5

Sat, 23 Jul 2016 12:28:07 +0300

author
Teemu Piippo <teemu@compsta2.com>
date
Sat, 23 Jul 2016 12:28:07 +0300
branch
protocol5
changeset 166
af5fa8c43ca8
parent 165
718a8c4df538
child 167
0150f86e68f0

Fixed compilation problem

sources/network/rconsession.cpp file | annotate | diff | comparison | revisions
--- a/sources/network/rconsession.cpp	Sat Jul 23 12:27:03 2016 +0300
+++ b/sources/network/rconsession.cpp	Sat Jul 23 12:28:07 2016 +0300
@@ -443,7 +443,7 @@
 //
 void RCONSession::requestWatch(const StringList& cvars)
 {
-	Vector<unsigned char> message;
+	ByteArray message;
 	Bytestream stream(message);
 	stream.writeByte(CLRC_WATCHCVAR);
 

mercurial