1
0
mirror of https://git.suyu.dev/suyu/suyu synced 2025-03-20 22:25:47 -05:00
Lioncash d257a3b56c partition_data_manager: Take VirtualFile by const reference in constructor
Given the VirtualFile instance isn't stored into the class as a data
member, or written to, this can just be turned into a const reference,
as the constructor doesn't need to make a copy of it.
2018-10-13 08:39:05 -04:00
..
2018-10-02 16:04:10 +02:00
2018-10-09 20:26:57 +02:00
2018-10-02 15:30:48 +02:00