sources/network/bytestream.h

changeset 180
2e7225dbd9b2
parent 158
de7574d292ad
child 182
20ca0a6be175
--- a/sources/network/bytestream.h	Wed Jan 27 13:02:51 2021 +0200
+++ b/sources/network/bytestream.h	Wed Jan 27 13:08:51 2021 +0200
@@ -60,7 +60,7 @@
 	Bytestream(ByteArray& data);
 
 	int bytesLeft() const;
-	ByteArray::Iterator getCurrentIterator();
+	ByteArray::iterator getCurrentIterator();
 	int position() const;
 	ByteArray readBuffer(int length);
 	int8_t readByte();

mercurial