Lioncash 57ad780321 MemoryWriter: Remove unnecessary type cast within MemoryWriter constructor and setData()
The input type is already the same type as the class member, so the cast
is unnecessary.

While we're at it, we can also remove an unnecessary initializer for
m_position, since we initialize this to zero within the class
declaration already.
2019-09-06 03:31:56 -04:00
..
2019-07-19 18:19:44 -10:00
2018-12-07 19:18:17 -10:00
2018-12-07 19:18:17 -10:00
2018-12-07 19:18:17 -10:00
2016-10-27 15:44:50 -08:00
2018-12-07 19:18:17 -10:00