MemoryBlock::copyTo() not const?

Shouldn’t MemoryBlock::copyTo() be const?

Yes, it should! I’m normally pretty obsessive about consts, must have missed that one. Ta!