[*] add missing return *this

This commit is contained in:
Reece Wilson 2022-01-21 16:25:47 +00:00
parent 0c09d62332
commit d23c04b4cd

View File

@ -138,6 +138,7 @@ namespace Aurora::Memory
other.flagCircular = {};
other.flagExpandable = {};
other.scaleSize = {};
return *this;
}
AuList<AuUInt8> ByteBuffer::RemainingBytesToVector(bool endAtWrite) const